Package apple.metal.enums
Class MTLStepFunction
- java.lang.Object
-
- apple.metal.enums.MTLStepFunction
-
public final class MTLStepFunction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longConstantstatic longPerInstancevertex functions onlystatic longPerPatchvertex functions onlystatic longPerPatchControlPointvertex functions onlystatic longPerVertexvertex functions onlystatic longThreadPositionInGridXcompute functions onlystatic longThreadPositionInGridXIndexedcompute functions onlystatic longThreadPositionInGridYcompute functions onlystatic longThreadPositionInGridYIndexedcompute functions only
-
-
-
Field Detail
-
Constant
public static final long Constant
- See Also:
- Constant Field Values
-
PerVertex
public static final long PerVertex
vertex functions only- See Also:
- Constant Field Values
-
PerInstance
public static final long PerInstance
vertex functions only- See Also:
- Constant Field Values
-
PerPatch
public static final long PerPatch
vertex functions only- See Also:
- Constant Field Values
-
PerPatchControlPoint
public static final long PerPatchControlPoint
vertex functions only- See Also:
- Constant Field Values
-
ThreadPositionInGridX
public static final long ThreadPositionInGridX
compute functions only- See Also:
- Constant Field Values
-
ThreadPositionInGridY
public static final long ThreadPositionInGridY
compute functions only- See Also:
- Constant Field Values
-
ThreadPositionInGridXIndexed
public static final long ThreadPositionInGridXIndexed
compute functions only- See Also:
- Constant Field Values
-
ThreadPositionInGridYIndexed
public static final long ThreadPositionInGridYIndexed
compute functions only- See Also:
- Constant Field Values
-
-