Package org.lwjgl.opengl
Class ARBEnhancedLayouts
- java.lang.Object
-
- org.lwjgl.opengl.ARBEnhancedLayouts
-
public final class ARBEnhancedLayouts extends Object
-
-
Field Summary
Fields Modifier and Type Field 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:
-
-
-
Field Detail
-
GL_LOCATION_COMPONENT
public static final int GL_LOCATION_COMPONENT
Accepted in the <props> array of GetProgramResourceiv:- See Also:
- Constant Field Values
-
GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Accepted in the <props> array of GetProgramResourceiv:- See Also:
- Constant Field Values
-
GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
Accepted in the <props> array of GetProgramResourceiv:- See Also:
- Constant Field Values
-
-