Interface GL4bc

    • Field Detail

      • GL_SAMPLE_LOCATION_ARB

        static final int GL_SAMPLE_LOCATION_ARB
        GL_ARB_sample_locations
        Define "GL_SAMPLE_LOCATION_ARB" with expression '0x8E50', CType: int
        See Also:
        Constant Field Values
      • GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB

        static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB
        GL_ARB_sample_locations
        Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB" with expression '0x933D', CType: int
        See Also:
        Constant Field Values
      • GL_COMPLETION_STATUS_ARB

        static final int GL_COMPLETION_STATUS_ARB
        GL_ARB_parallel_shader_compile
        Define "GL_COMPLETION_STATUS_ARB" with expression '0x91B1', CType: int
        See Also:
        Constant Field Values
      • GL_MAX_SHADER_COMPILER_THREADS_ARB

        static final int GL_MAX_SHADER_COMPILER_THREADS_ARB
        GL_ARB_parallel_shader_compile
        Define "GL_MAX_SHADER_COMPILER_THREADS_ARB" with expression '0x91B0', CType: int
        See Also:
        Constant Field Values
      • GL_INT64_VEC3_ARB

        static final int GL_INT64_VEC3_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_INT64_VEC3_ARB" with expression '0x8FEA', CType: int
        See Also:
        Constant Field Values
      • GL_UNSIGNED_INT64_VEC2_ARB

        static final int GL_UNSIGNED_INT64_VEC2_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_UNSIGNED_INT64_VEC2_ARB" with expression '0x8FF5', CType: int
        See Also:
        Constant Field Values
      • GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB

        static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB
        GL_ARB_sample_locations
        Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB" with expression '0x9343', CType: int
        See Also:
        Constant Field Values
      • GL_UNSIGNED_INT64_VEC3_ARB

        static final int GL_UNSIGNED_INT64_VEC3_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_UNSIGNED_INT64_VEC3_ARB" with expression '0x8FF6', CType: int
        See Also:
        Constant Field Values
      • GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB

        static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB
        GL_ARB_sample_locations
        Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB" with expression '0x933F', CType: int
        See Also:
        Constant Field Values
      • GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB

        static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB
        GL_ARB_sample_locations
        Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB" with expression '0x933E', CType: int
        See Also:
        Constant Field Values
      • GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB

        static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB
        GL_ARB_sample_locations
        Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB" with expression '0x9341', CType: int
        See Also:
        Constant Field Values
      • GL_INT64_VEC2_ARB

        static final int GL_INT64_VEC2_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_INT64_VEC2_ARB" with expression '0x8FE9', CType: int
        See Also:
        Constant Field Values
      • GL_UNSIGNED_INT64_VEC4_ARB

        static final int GL_UNSIGNED_INT64_VEC4_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_UNSIGNED_INT64_VEC4_ARB" with expression '0x8FF7', CType: int
        See Also:
        Constant Field Values
      • GL_INT64_ARB

        static final int GL_INT64_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_INT64_ARB" with expression '0x140E', CType: int
        See Also:
        Constant Field Values
      • GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB

        static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB
        GL_ARB_sample_locations
        Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" with expression '0x9342', CType: int
        See Also:
        Constant Field Values
      • GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB

        static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB
        GL_ARB_sample_locations
        Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB" with expression '0x9340', CType: int
        See Also:
        Constant Field Values
      • GL_INT64_VEC4_ARB

        static final int GL_INT64_VEC4_ARB
        GL_ARB_gpu_shader_int64
        Define "GL_INT64_VEC4_ARB" with expression '0x8FEB', CType: int
        See Also:
        Constant Field Values
    • Method Detail

      • glUniform1i64ARB

        void glUniform1i64ARB​(int location,
                              long x)
        Entry point to C language function: void glUniform1i64ARB(GLint location, GLint64 x)
        Part of GL_ARB_gpu_shader_int64
      • glUniform2i64ARB

        void glUniform2i64ARB​(int location,
                              long x,
                              long y)
        Entry point to C language function: void glUniform2i64ARB(GLint location, GLint64 x, GLint64 y)
        Part of GL_ARB_gpu_shader_int64
      • glUniform3i64ARB

        void glUniform3i64ARB​(int location,
                              long x,
                              long y,
                              long z)
        Entry point to C language function: void glUniform3i64ARB(GLint location, GLint64 x, GLint64 y, GLint64 z)
        Part of GL_ARB_gpu_shader_int64
      • glUniform4i64ARB

        void glUniform4i64ARB​(int location,
                              long x,
                              long y,
                              long z,
                              long w)
        Entry point to C language function: void glUniform4i64ARB(GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
        Part of GL_ARB_gpu_shader_int64
      • glUniform1i64vARB

        void glUniform1i64vARB​(int location,
                               int count,
                               LongBuffer value)
        Entry point to C language function: void glUniform1i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform1i64vARB

        void glUniform1i64vARB​(int location,
                               int count,
                               long[] value,
                               int value_offset)
        Entry point to C language function: void glUniform1i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform2i64vARB

        void glUniform2i64vARB​(int location,
                               int count,
                               LongBuffer value)
        Entry point to C language function: void glUniform2i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform2i64vARB

        void glUniform2i64vARB​(int location,
                               int count,
                               long[] value,
                               int value_offset)
        Entry point to C language function: void glUniform2i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform3i64vARB

        void glUniform3i64vARB​(int location,
                               int count,
                               LongBuffer value)
        Entry point to C language function: void glUniform3i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform3i64vARB

        void glUniform3i64vARB​(int location,
                               int count,
                               long[] value,
                               int value_offset)
        Entry point to C language function: void glUniform3i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform4i64vARB

        void glUniform4i64vARB​(int location,
                               int count,
                               LongBuffer value)
        Entry point to C language function: void glUniform4i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform4i64vARB

        void glUniform4i64vARB​(int location,
                               int count,
                               long[] value,
                               int value_offset)
        Entry point to C language function: void glUniform4i64vARB(GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform1ui64ARB

        void glUniform1ui64ARB​(int location,
                               long x)
        Entry point to C language function: void glUniform1ui64ARB(GLint location, GLuint64 x)
        Part of GL_ARB_gpu_shader_int64
      • glUniform2ui64ARB

        void glUniform2ui64ARB​(int location,
                               long x,
                               long y)
        Entry point to C language function: void glUniform2ui64ARB(GLint location, GLuint64 x, GLuint64 y)
        Part of GL_ARB_gpu_shader_int64
      • glUniform3ui64ARB

        void glUniform3ui64ARB​(int location,
                               long x,
                               long y,
                               long z)
        Entry point to C language function: void glUniform3ui64ARB(GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
        Part of GL_ARB_gpu_shader_int64
      • glUniform4ui64ARB

        void glUniform4ui64ARB​(int location,
                               long x,
                               long y,
                               long z,
                               long w)
        Entry point to C language function: void glUniform4ui64ARB(GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
        Part of GL_ARB_gpu_shader_int64
      • glUniform1ui64vARB

        void glUniform1ui64vARB​(int location,
                                int count,
                                LongBuffer value)
        Entry point to C language function: void glUniform1ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform1ui64vARB

        void glUniform1ui64vARB​(int location,
                                int count,
                                long[] value,
                                int value_offset)
        Entry point to C language function: void glUniform1ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform2ui64vARB

        void glUniform2ui64vARB​(int location,
                                int count,
                                LongBuffer value)
        Entry point to C language function: void glUniform2ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform2ui64vARB

        void glUniform2ui64vARB​(int location,
                                int count,
                                long[] value,
                                int value_offset)
        Entry point to C language function: void glUniform2ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform3ui64vARB

        void glUniform3ui64vARB​(int location,
                                int count,
                                LongBuffer value)
        Entry point to C language function: void glUniform3ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform3ui64vARB

        void glUniform3ui64vARB​(int location,
                                int count,
                                long[] value,
                                int value_offset)
        Entry point to C language function: void glUniform3ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glUniform4ui64vARB

        void glUniform4ui64vARB​(int location,
                                int count,
                                LongBuffer value)
        Entry point to C language function: void glUniform4ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glUniform4ui64vARB

        void glUniform4ui64vARB​(int location,
                                int count,
                                long[] value,
                                int value_offset)
        Entry point to C language function: void glUniform4ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glGetUniformi64vARB

        void glGetUniformi64vARB​(int program,
                                 int location,
                                 LongBuffer params)
        Entry point to C language function: void glGetUniformi64vARB(GLuint program, GLint location, GLint64 * params)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        params - a direct or array-backed LongBuffer
      • glGetUniformi64vARB

        void glGetUniformi64vARB​(int program,
                                 int location,
                                 long[] params,
                                 int params_offset)
        Entry point to C language function: void glGetUniformi64vARB(GLuint program, GLint location, GLint64 * params)
        Part of GL_ARB_gpu_shader_int64
      • glGetUniformui64vARB

        void glGetUniformui64vARB​(int program,
                                  int location,
                                  LongBuffer params)
        Entry point to C language function: void glGetUniformui64vARB(GLuint program, GLint location, GLuint64 * params)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        params - a direct or array-backed LongBuffer
      • glGetUniformui64vARB

        void glGetUniformui64vARB​(int program,
                                  int location,
                                  long[] params,
                                  int params_offset)
        Entry point to C language function: void glGetUniformui64vARB(GLuint program, GLint location, GLuint64 * params)
        Part of GL_ARB_gpu_shader_int64
      • glGetnUniformi64vARB

        void glGetnUniformi64vARB​(int program,
                                  int location,
                                  int bufSize,
                                  LongBuffer params)
        Entry point to C language function: void glGetnUniformi64vARB(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        params - a direct or array-backed LongBuffer
      • glGetnUniformi64vARB

        void glGetnUniformi64vARB​(int program,
                                  int location,
                                  int bufSize,
                                  long[] params,
                                  int params_offset)
        Entry point to C language function: void glGetnUniformi64vARB(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
        Part of GL_ARB_gpu_shader_int64
      • glGetnUniformui64vARB

        void glGetnUniformui64vARB​(int program,
                                   int location,
                                   int bufSize,
                                   LongBuffer params)
        Entry point to C language function: void glGetnUniformui64vARB(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        params - a direct or array-backed LongBuffer
      • glGetnUniformui64vARB

        void glGetnUniformui64vARB​(int program,
                                   int location,
                                   int bufSize,
                                   long[] params,
                                   int params_offset)
        Entry point to C language function: void glGetnUniformui64vARB(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform1i64ARB

        void glProgramUniform1i64ARB​(int program,
                                     int location,
                                     long x)
        Entry point to C language function: void glProgramUniform1i64ARB(GLuint program, GLint location, GLint64 x)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform2i64ARB

        void glProgramUniform2i64ARB​(int program,
                                     int location,
                                     long x,
                                     long y)
        Entry point to C language function: void glProgramUniform2i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform3i64ARB

        void glProgramUniform3i64ARB​(int program,
                                     int location,
                                     long x,
                                     long y,
                                     long z)
        Entry point to C language function: void glProgramUniform3i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform4i64ARB

        void glProgramUniform4i64ARB​(int program,
                                     int location,
                                     long x,
                                     long y,
                                     long z,
                                     long w)
        Entry point to C language function: void glProgramUniform4i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform1i64vARB

        void glProgramUniform1i64vARB​(int program,
                                      int location,
                                      int count,
                                      LongBuffer value)
        Entry point to C language function: void glProgramUniform1i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform1i64vARB

        void glProgramUniform1i64vARB​(int program,
                                      int location,
                                      int count,
                                      long[] value,
                                      int value_offset)
        Entry point to C language function: void glProgramUniform1i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform2i64vARB

        void glProgramUniform2i64vARB​(int program,
                                      int location,
                                      int count,
                                      LongBuffer value)
        Entry point to C language function: void glProgramUniform2i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform2i64vARB

        void glProgramUniform2i64vARB​(int program,
                                      int location,
                                      int count,
                                      long[] value,
                                      int value_offset)
        Entry point to C language function: void glProgramUniform2i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform3i64vARB

        void glProgramUniform3i64vARB​(int program,
                                      int location,
                                      int count,
                                      LongBuffer value)
        Entry point to C language function: void glProgramUniform3i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform3i64vARB

        void glProgramUniform3i64vARB​(int program,
                                      int location,
                                      int count,
                                      long[] value,
                                      int value_offset)
        Entry point to C language function: void glProgramUniform3i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform4i64vARB

        void glProgramUniform4i64vARB​(int program,
                                      int location,
                                      int count,
                                      LongBuffer value)
        Entry point to C language function: void glProgramUniform4i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform4i64vARB

        void glProgramUniform4i64vARB​(int program,
                                      int location,
                                      int count,
                                      long[] value,
                                      int value_offset)
        Entry point to C language function: void glProgramUniform4i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform1ui64ARB

        void glProgramUniform1ui64ARB​(int program,
                                      int location,
                                      long x)
        Entry point to C language function: void glProgramUniform1ui64ARB(GLuint program, GLint location, GLuint64 x)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform2ui64ARB

        void glProgramUniform2ui64ARB​(int program,
                                      int location,
                                      long x,
                                      long y)
        Entry point to C language function: void glProgramUniform2ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform3ui64ARB

        void glProgramUniform3ui64ARB​(int program,
                                      int location,
                                      long x,
                                      long y,
                                      long z)
        Entry point to C language function: void glProgramUniform3ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform4ui64ARB

        void glProgramUniform4ui64ARB​(int program,
                                      int location,
                                      long x,
                                      long y,
                                      long z,
                                      long w)
        Entry point to C language function: void glProgramUniform4ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform1ui64vARB

        void glProgramUniform1ui64vARB​(int program,
                                       int location,
                                       int count,
                                       LongBuffer value)
        Entry point to C language function: void glProgramUniform1ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform1ui64vARB

        void glProgramUniform1ui64vARB​(int program,
                                       int location,
                                       int count,
                                       long[] value,
                                       int value_offset)
        Entry point to C language function: void glProgramUniform1ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform2ui64vARB

        void glProgramUniform2ui64vARB​(int program,
                                       int location,
                                       int count,
                                       LongBuffer value)
        Entry point to C language function: void glProgramUniform2ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform2ui64vARB

        void glProgramUniform2ui64vARB​(int program,
                                       int location,
                                       int count,
                                       long[] value,
                                       int value_offset)
        Entry point to C language function: void glProgramUniform2ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform3ui64vARB

        void glProgramUniform3ui64vARB​(int program,
                                       int location,
                                       int count,
                                       LongBuffer value)
        Entry point to C language function: void glProgramUniform3ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform3ui64vARB

        void glProgramUniform3ui64vARB​(int program,
                                       int location,
                                       int count,
                                       long[] value,
                                       int value_offset)
        Entry point to C language function: void glProgramUniform3ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glProgramUniform4ui64vARB

        void glProgramUniform4ui64vARB​(int program,
                                       int location,
                                       int count,
                                       LongBuffer value)
        Entry point to C language function: void glProgramUniform4ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
        Parameters:
        value - a direct or array-backed LongBuffer
      • glProgramUniform4ui64vARB

        void glProgramUniform4ui64vARB​(int program,
                                       int location,
                                       int count,
                                       long[] value,
                                       int value_offset)
        Entry point to C language function: void glProgramUniform4ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
        Part of GL_ARB_gpu_shader_int64
      • glMaxShaderCompilerThreadsARB

        void glMaxShaderCompilerThreadsARB​(int count)
        Entry point to C language function: void glMaxShaderCompilerThreadsARB(GLuint count)
        Part of GL_ARB_parallel_shader_compile
      • glFramebufferSampleLocationsfvARB

        void glFramebufferSampleLocationsfvARB​(int target,
                                               int start,
                                               int count,
                                               FloatBuffer v)
        Entry point to C language function: void glFramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
        Part of GL_ARB_sample_locations
        Parameters:
        v - a direct or array-backed FloatBuffer
      • glFramebufferSampleLocationsfvARB

        void glFramebufferSampleLocationsfvARB​(int target,
                                               int start,
                                               int count,
                                               float[] v,
                                               int v_offset)
        Entry point to C language function: void glFramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
        Part of GL_ARB_sample_locations
      • glNamedFramebufferSampleLocationsfvARB

        void glNamedFramebufferSampleLocationsfvARB​(int framebuffer,
                                                    int start,
                                                    int count,
                                                    FloatBuffer v)
        Entry point to C language function: void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
        Part of GL_ARB_sample_locations
        Parameters:
        v - a direct or array-backed FloatBuffer
      • glNamedFramebufferSampleLocationsfvARB

        void glNamedFramebufferSampleLocationsfvARB​(int framebuffer,
                                                    int start,
                                                    int count,
                                                    float[] v,
                                                    int v_offset)
        Entry point to C language function: void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
        Part of GL_ARB_sample_locations
      • glEvaluateDepthValuesARB

        void glEvaluateDepthValuesARB()
        Entry point to C language function: void glEvaluateDepthValuesARB()
        Part of GL_ARB_sample_locations
      • glDrawElementsInstancedBaseInstance

        void glDrawElementsInstancedBaseInstance​(int mode,
                                                 int count,
                                                 int type,
                                                 Buffer indices,
                                                 int instancecount,
                                                 int baseinstance)
        Entry point to C language function: void glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance);
        Part of GL_VERSION_4_2, GL_ARB_base_instance
        Parameters:
        indices - a direct or array-backed Buffer
      • glDrawElementsInstancedBaseVertexBaseInstance

        void glDrawElementsInstancedBaseVertexBaseInstance​(int mode,
                                                           int count,
                                                           int type,
                                                           Buffer indices,
                                                           int instancecount,
                                                           int basevertex,
                                                           int baseinstance)
        Entry point to C language function: void glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
        Part of GL_VERSION_4_2, GL_ARB_base_instance
        Parameters:
        indices - a direct or array-backed Buffer
      • glVertexAttribLPointer

        void glVertexAttribLPointer​(int index,
                                    int size,
                                    int type,
                                    int stride,
                                    Buffer pointer)
        Entry point to C language function: void glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
        Part of GL_VERSION_4_1, GL_ARB_vertex_attrib_64bit
        Parameters:
        pointer - a direct only Buffer