Class MPSIntersectionDataType
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSIntersectionDataType
-
public final class MPSIntersectionDataType extends java.lang.ObjectIntersection data type options
-
-
Field Summary
Fields Modifier and Type Field Description static longDistanceUse the MPSIntersectionDistance struct typestatic longDistancePrimitiveIndexUse the MPSIntersectionDistancePrimitiveIndex struct typestatic longDistancePrimitiveIndexCoordinatesUse the MPSIntersectionDistancePrimitiveIndexCoordinates struct typestatic longDistancePrimitiveIndexInstanceIndexUse the DistancePrimitiveIndexInstanceIndex struct typestatic longDistancePrimitiveIndexInstanceIndexCoordinatesUse the DistancePrimitiveIndexInstanceIndexCoordinates struct type
-
-
-
Field Detail
-
Distance
public static final long Distance
Use the MPSIntersectionDistance struct type- See Also:
- Constant Field Values
-
DistancePrimitiveIndex
public static final long DistancePrimitiveIndex
Use the MPSIntersectionDistancePrimitiveIndex struct type- See Also:
- Constant Field Values
-
DistancePrimitiveIndexCoordinates
public static final long DistancePrimitiveIndexCoordinates
Use the MPSIntersectionDistancePrimitiveIndexCoordinates struct type- See Also:
- Constant Field Values
-
DistancePrimitiveIndexInstanceIndex
public static final long DistancePrimitiveIndexInstanceIndex
Use the DistancePrimitiveIndexInstanceIndex struct type- See Also:
- Constant Field Values
-
DistancePrimitiveIndexInstanceIndexCoordinates
public static final long DistancePrimitiveIndexInstanceIndexCoordinates
Use the DistancePrimitiveIndexInstanceIndexCoordinates struct type- See Also:
- Constant Field Values
-
-