public final class ARBMapBufferAlignment
extends java.lang.Object
This extension adds a requirement to the pointer returned by MapBuffer and MapBufferRange 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 in OpenGL 4.2.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_MIN_MAP_BUFFER_ALIGNMENT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev. |
public static final int GL_MIN_MAP_BUFFER_ALIGNMENT
pname parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev.Copyright LWJGL. All Rights Reserved. License terms.