Package apple.metal.struct
Class MTLIndirectCommandBufferExecutionRange
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metal.struct.MTLIndirectCommandBufferExecutionRange
-
public final class MTLIndirectCommandBufferExecutionRange extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MTLIndirectCommandBufferExecutionRange()MTLIndirectCommandBufferExecutionRange(int location, int length)protectedMTLIndirectCommandBufferExecutionRange(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intlength()intlocation()voidsetLength(int value)voidsetLocation(int value)
-
-
-
Constructor Detail
-
MTLIndirectCommandBufferExecutionRange
public MTLIndirectCommandBufferExecutionRange()
-
MTLIndirectCommandBufferExecutionRange
protected MTLIndirectCommandBufferExecutionRange(org.moe.natj.general.Pointer peer)
-
MTLIndirectCommandBufferExecutionRange
public MTLIndirectCommandBufferExecutionRange(int location, int length)
-
-