示例#1
0
 /** Returns the {@link GL15} instance for the current context. */
 public static GL15 getInstance() {
   return checkFunctionality(GL.getCapabilities().__GL15);
 }
 /** Returns the {@link EXTTextureInteger} instance for the current context. */
 public static EXTTextureInteger getInstance() {
   return checkFunctionality(GL.getCapabilities().__EXTTextureInteger);
 }
 /** Returns the {@link ARBViewportArray} instance for the current context. */
 public static ARBViewportArray getInstance() {
   return checkFunctionality(GL.getCapabilities().__ARBViewportArray);
 }
 /** Returns the {@link org.lwjgl.opengl.ARBShaderSubroutine} instance for the current context. */
 public static ARBShaderSubroutine getInstance() {
   return GL.getCapabilities().__ARBShaderSubroutine;
 }
 /** Returns the {@link ARBUniformBufferObject} instance for the current context. */
 public static ARBUniformBufferObject getInstance() {
   return checkFunctionality(GL.getCapabilities().__ARBUniformBufferObject);
 }
 /** Returns the {@link AMDPerformanceMonitor} instance for the current context. */
 public static AMDPerformanceMonitor getInstance() {
   return checkFunctionality(GL.getCapabilities().__AMDPerformanceMonitor);
 }