Class MPSDimensionSlice
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSDimensionSlice
-
public final class MPSDimensionSlice extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSDimensionSlice()MPSDimensionSlice(long start, long length)protectedMPSDimensionSlice(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longlength()< the number of elements in the slice.voidsetLength(long value)< the number of elements in the slice.voidsetStart(long value)< the position of the first element in the slicelongstart()< the position of the first element in the slice
-
-
-
Method Detail
-
start
public long start()
< the position of the first element in the slice
-
setStart
public void setStart(long value)
< the position of the first element in the slice
-
length
public long length()
< the number of elements in the slice.
-
setLength
public void setLength(long value)
< the number of elements in the slice.
-
-