Package org.robovm.apple.metal
Class MTLIndirectCommandBufferExecutionRange
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLIndirectCommandBufferExecutionRange>
org.robovm.apple.metal.MTLIndirectCommandBufferExecutionRange
- All Implemented Interfaces:
Iterable<MTLIndirectCommandBufferExecutionRange>
public class MTLIndirectCommandBufferExecutionRange extends Struct<MTLIndirectCommandBufferExecutionRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLIndirectCommandBufferExecutionRange.MTLIndirectCommandBufferExecutionRangePtr -
Constructor Summary
Constructors Constructor Description MTLIndirectCommandBufferExecutionRange()MTLIndirectCommandBufferExecutionRange(int location, int length) -
Method Summary
Modifier and Type Method Description intgetLength()intgetLocation()MTLIndirectCommandBufferExecutionRangesetLength(int length)MTLIndirectCommandBufferExecutionRangesetLocation(int location)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
-
MTLIndirectCommandBufferExecutionRange
public MTLIndirectCommandBufferExecutionRange() -
MTLIndirectCommandBufferExecutionRange
public MTLIndirectCommandBufferExecutionRange(int location, int length)
-
-
Method Details
-
getLocation
public int getLocation() -
setLocation
-
getLength
public int getLength() -
setLength
-