Package org.lwjgl.opengles
Class OESVertexType1010102
- java.lang.Object
-
- org.lwjgl.opengles.OESVertexType1010102
-
public final class OESVertexType1010102 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_INT_10_10_10_2_OES
Accepted by the <type> parameter of VertexAttribPointerstatic int
GL_UNSIGNED_INT_10_10_10_2_OES
Accepted by the <type> parameter of VertexAttribPointer
-
-
-
Field Detail
-
GL_UNSIGNED_INT_10_10_10_2_OES
public static final int GL_UNSIGNED_INT_10_10_10_2_OES
Accepted by the <type> parameter of VertexAttribPointer- See Also:
- Constant Field Values
-
GL_INT_10_10_10_2_OES
public static final int GL_INT_10_10_10_2_OES
Accepted by the <type> parameter of VertexAttribPointer- See Also:
- Constant Field Values
-
-