Package org.lwjgl.opengl
Class ARBExplicitUniformLocation
- java.lang.Object
- 
- org.lwjgl.opengl.ARBExplicitUniformLocation
 
- 
 
 public final class ARBExplicitUniformLocation extends java.lang.ObjectNative bindings to the ARB_explicit_uniform_location extension.This extension provides a method to pre-assign uniform locations to uniform variables in the default uniform block, including subroutine uniforms. This allows an application to modify the uniform values without requiring a GL query like GetUniformLocation,GetSubroutineUniformLocationandGetSubroutineIndex.Requires OpenGL 3.3or ARB_explicit_attrib_location. Promoted to core inOpenGL 4.3.
- 
- 
Field SummaryFields Modifier and Type Field and Description static intGL_MAX_UNIFORM_LOCATIONSAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev, and GetInteger64v.
 
- 
- 
- 
Field Detail- 
GL_MAX_UNIFORM_LOCATIONSpublic static final int GL_MAX_UNIFORM_LOCATIONS Accepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, GetDoublev, and GetInteger64v.- See Also:
- Constant Field Values
 
 
- 
 
-