Class MPSPolygonType
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSPolygonType
-
public final class MPSPolygonType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longQuadrilateralQuadrilaterals with four verticesstatic longTriangleTriangles with three vertices
-
-
-
Field Detail
-
Triangle
public static final long Triangle
Triangles with three vertices- See Also:
- Constant Field Values
-
Quadrilateral
public static final long Quadrilateral
Quadrilaterals with four vertices- See Also:
- Constant Field Values
-
-