Package org.lwjgl.opengles
Class OESVertexType1010102
- java.lang.Object
-
- org.lwjgl.opengles.OESVertexType1010102
-
public final class OESVertexType1010102 extends java.lang.Object
Native bindings to the OES_vertex_type_10_10_10_2 extension.This extension adds the following data formats:
Two new vertex attribute data formats: a signed 10.10.10.2 and an unsigned 10.10.10.2 vertex data format. These vertex data formats describe a 3- or 4-tuple stream which can be used to store normals or other attributes in a quantized form. Normals, tangents, binormals and other vertex attributes can often be specified at reduced precision without introducing noticeable artifacts, reducing the amount of memory and memory bandwidth they consume.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_INT_10_10_10_2_OES
GL_UNSIGNED_INT_10_10_10_2_OESAccepted by thetype
parameter of VertexAttribPointer.
-
-
-
Field Detail
-
GL_UNSIGNED_INT_10_10_10_2_OES, GL_INT_10_10_10_2_OES
Accepted by thetype
parameter of VertexAttribPointer.
-
-