Package org.lwjgl.opengl
Class ARBMapBufferAlignment
- java.lang.Object
-
- org.lwjgl.opengl.ARBMapBufferAlignment
-
public final class ARBMapBufferAlignment extends java.lang.Object
Native bindings to the ARB_map_buffer_alignment extension.This extension adds a requirement to the pointer returned by
MapBuffer
andMapBufferRange
that they provide a minimum of 64 byte alignment to support processing of the data directly with special CPU instructions like SSE and AVX.Requires
OpenGL 2.1
. Promoted to core inOpenGL 4.2
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_MIN_MAP_BUFFER_ALIGNMENT
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev.
-
-
-
Field Detail
-
GL_MIN_MAP_BUFFER_ALIGNMENT
public static final int GL_MIN_MAP_BUFFER_ALIGNMENT
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
-