public final class ARBEnhancedLayouts
extends java.lang.Object
This extension adds the following functionality to layout qualifiers, including broadening the API where this functionality is reflected. The following are added:
Requires OpenGL 3.1 and GLSL 1.40. Promoted to core in OpenGL 4.4.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_LOCATION_COMPONENT
Accepted in the
props array of GetProgramResourceiv. |
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Accepted in the
props array of GetProgramResourceiv. |
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
Accepted in the
props array of GetProgramResourceiv. |
public static final int GL_LOCATION_COMPONENT
props array of GetProgramResourceiv.public static final int GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
props array of GetProgramResourceiv.public static final int GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
props array of GetProgramResourceiv.Copyright LWJGL. All Rights Reserved. License terms.