Class ARBES2Compatibility

java.lang.Object
org.lwjgl.opengl.ARBES2Compatibility

public class ARBES2Compatibility extends Object
  • Field Details

  • Method Details

    • glReleaseShaderCompiler

      public static void glReleaseShaderCompiler()
      void glReleaseShaderCompiler(void)
    • nglShaderBinary

      public static void nglShaderBinary(int count, long shaders, int binaryformat, long binary, int length)
      void glShaderBinary(GLsizei count, GLuint const * shaders, GLenum binaryformat, void const * binary, GLsizei length)
    • glShaderBinary

      public static void glShaderBinary(@NativeType("GLuint const *") IntBuffer shaders, @NativeType("GLenum") int binaryformat, @NativeType("void const *") ByteBuffer binary)
      void glShaderBinary(GLsizei count, GLuint const * shaders, GLenum binaryformat, void const * binary, GLsizei length)
    • nglGetShaderPrecisionFormat

      public static void nglGetShaderPrecisionFormat(int shadertype, int precisiontype, long range, long precision)
      void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision)
    • glGetShaderPrecisionFormat

      public static void glGetShaderPrecisionFormat(@NativeType("GLenum") int shadertype, @NativeType("GLenum") int precisiontype, @NativeType("GLint *") IntBuffer range, @NativeType("GLint *") IntBuffer precision)
      void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision)
    • glGetShaderPrecisionFormat

      @NativeType("void") public static int glGetShaderPrecisionFormat(@NativeType("GLenum") int shadertype, @NativeType("GLenum") int precisiontype, @NativeType("GLint *") IntBuffer range)
      void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision)
    • glDepthRangef

      public static void glDepthRangef(@NativeType("GLfloat") float zNear, @NativeType("GLfloat") float zFar)
      void glDepthRangef(GLfloat zNear, GLfloat zFar)
    • glClearDepthf

      public static void glClearDepthf(@NativeType("GLfloat") float depth)
      void glClearDepthf(GLfloat depth)
    • glShaderBinary

      public static void glShaderBinary(@NativeType("GLuint const *") int[] shaders, @NativeType("GLenum") int binaryformat, @NativeType("void const *") ByteBuffer binary)
      void glShaderBinary(GLsizei count, GLuint const * shaders, GLenum binaryformat, void const * binary, GLsizei length)
    • glGetShaderPrecisionFormat

      public static void glGetShaderPrecisionFormat(@NativeType("GLenum") int shadertype, @NativeType("GLenum") int precisiontype, @NativeType("GLint *") int[] range, @NativeType("GLint *") int[] precision)
      void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision)