public final class ARBHalfFloatVertex
extends java.lang.Object
This extension extends the usage of the half-precision (16-bit) floating-point quantities introduced in ARB_half_float_pixel for usage in
specifying vertex array data.
This extension allows applications to use half-precision floating point data when specifying vertices. This can allow applications to reduce their memory footprint, as well as the memory bandwidth required for vertex data.
This extension extends the existing vertex array commands to accept the new data type.
Promoted to core in OpenGL 3.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_HALF_FLOAT
Accepted by the
type argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and
VertexAttribPointer. |
public static final int GL_HALF_FLOAT
type argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and
VertexAttribPointer.Copyright LWJGL. All Rights Reserved. License terms.