Package org.robovm.apple.metal
Class MTLVertexAmplificationViewMapping
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLVertexAmplificationViewMapping>
org.robovm.apple.metal.MTLVertexAmplificationViewMapping
- All Implemented Interfaces:
Iterable<MTLVertexAmplificationViewMapping>
public class MTLVertexAmplificationViewMapping extends Struct<MTLVertexAmplificationViewMapping>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLVertexAmplificationViewMapping.MTLVertexAmplificationViewMappingPtr -
Constructor Summary
Constructors Constructor Description MTLVertexAmplificationViewMapping()MTLVertexAmplificationViewMapping(int viewportArrayIndexOffset, int renderTargetArrayIndexOffset) -
Method Summary
Modifier and Type Method Description intgetRenderTargetArrayIndexOffset()intgetViewportArrayIndexOffset()MTLVertexAmplificationViewMappingsetRenderTargetArrayIndexOffset(int renderTargetArrayIndexOffset)MTLVertexAmplificationViewMappingsetViewportArrayIndexOffset(int viewportArrayIndexOffset)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MTLVertexAmplificationViewMapping
public MTLVertexAmplificationViewMapping() -
MTLVertexAmplificationViewMapping
public MTLVertexAmplificationViewMapping(int viewportArrayIndexOffset, int renderTargetArrayIndexOffset)
-
-
Method Details
-
getViewportArrayIndexOffset
public int getViewportArrayIndexOffset() -
setViewportArrayIndexOffset
-
getRenderTargetArrayIndexOffset
public int getRenderTargetArrayIndexOffset() -
setRenderTargetArrayIndexOffset
public MTLVertexAmplificationViewMapping setRenderTargetArrayIndexOffset(int renderTargetArrayIndexOffset)
-