4package com.jogamp.opengl;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
10import java.io.PrintStream;
11import com.jogamp.gluegen.runtime.*;
12import com.jogamp.common.os.*;
13import com.jogamp.common.nio.*;
15import com.jogamp.common.util.*;
18import java.util.HashMap;
19import java.nio.charset.Charset;
20import java.nio.charset.StandardCharsets;
950 public void glGetDoublev(
int pname,
double[] params,
int params_offset);
957 public void glTexImage1D(
int target,
int level,
int internalFormat,
int width,
int border,
int format,
int type, Buffer pixels);
960 public void glTexImage1D(
int target,
int level,
int internalFormat,
int width,
int border,
int format,
int type,
long pixels_buffer_offset);
964 public void glGetTexImage(
int target,
int level,
int format,
int type, Buffer pixels);
967 public void glGetTexImage(
int target,
int level,
int format,
int type,
long pixels_buffer_offset);
971 public void glTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
974 public void glTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
977 public void glCopyTexImage1D(
int target,
int level,
int internalformat,
int x,
int y,
int width,
int border);
984 public void glCompressedTexImage1D(
int target,
int level,
int internalformat,
int width,
int border,
int imageSize, Buffer data);
987 public void glCompressedTexImage1D(
int target,
int level,
int internalformat,
int width,
int border,
int imageSize,
long data_buffer_offset);
994 public void glCompressedTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int imageSize,
long data_buffer_offset);
1009 public void glMultiDrawArrays(
int mode,
int[] first,
int first_offset,
int[] count,
int count_offset,
int drawcount);
1313 public void glGetActiveUniformName(
int program,
int uniformIndex,
int bufSize,
int[] length,
int length_offset,
byte[] uniformName,
int uniformName_offset);
1503 public void glClearBufferSubData(
int target,
int internalformat,
long offset,
long size,
int format,
int type, Buffer data);
1513 public void glInvalidateTexSubImage(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth);
1548 public void glGetnTexImage(
int target,
int level,
int format,
int type,
int bufSize, Buffer pixels);
1555 public void glGetnUniformdv(
int program,
int location,
int bufSize,
double[] params,
int params_offset);
1567 public void glTexPageCommitmentARB(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
boolean commit);
1588 public int glGetDebugMessageLogAMD(
int count,
int bufSize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message);
1591 public int glGetDebugMessageLogAMD(
int count,
int bufSize,
int[] categories,
int categories_offset,
int[] severities,
int severities_offset,
int[] ids,
int ids_offset,
int[] lengths,
int lengths_offset,
byte[] message,
int message_offset);
1680 public void glMatrixFrustumEXT(
int mode,
double left,
double right,
double bottom,
double top,
double zNear,
double zFar);
1683 public void glMatrixOrthoEXT(
int mode,
double left,
double right,
double bottom,
double top,
double zNear,
double zFar);
1719 public void glTextureImage1DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type, Buffer pixels);
1722 public void glTextureImage1DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type,
long pixels_buffer_offset);
1726 public void glTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type, Buffer pixels);
1729 public void glTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type,
long pixels_buffer_offset);
1733 public void glTextureSubImage1DEXT(
int texture,
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
1736 public void glTextureSubImage1DEXT(
int texture,
int target,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
1740 public void glTextureSubImage2DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
1743 public void glTextureSubImage2DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type,
long pixels_buffer_offset);
1749 public void glCopyTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int x,
int y,
int width,
int height,
int border);
1791 public void glTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type, Buffer pixels);
1794 public void glTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type,
long pixels_buffer_offset);
1798 public void glTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer pixels);
1801 public void glTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
long pixels_buffer_offset);
1804 public void glCopyTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
1920 public void glMultiTexImage1DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type, Buffer pixels);
1924 public void glMultiTexImage2DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type, Buffer pixels);
1928 public void glMultiTexSubImage1DEXT(
int texunit,
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
1932 public void glMultiTexSubImage2DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
1938 public void glCopyMultiTexImage2DEXT(
int texunit,
int target,
int level,
int internalformat,
int x,
int y,
int width,
int height,
int border);
1980 public void glMultiTexImage3DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type, Buffer pixels);
1984 public void glMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer pixels);
1987 public void glCopyMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
2034 public void glCompressedTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize, Buffer bits);
2038 public void glCompressedTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int imageSize, Buffer bits);
2046 public void glCompressedTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize, Buffer bits);
2062 public void glCompressedMultiTexImage3DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize, Buffer bits);
2074 public void glCompressedMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize, Buffer bits);
2624 public void glTexturePageCommitmentEXT(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
boolean commit);
2728 public void glTexImage3DMultisampleCoverageNV(
int target,
int coverageSamples,
int colorSamples,
int internalFormat,
int width,
int height,
int depth,
boolean fixedSampleLocations);
2734 public void glTextureImage3DMultisampleNV(
int texture,
int target,
int samples,
int internalFormat,
int width,
int height,
int depth,
boolean fixedSampleLocations);
void glVertexAttrib3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
void glClearBufferSubData(int target, int internalformat, long offset, long size, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferSubData}(GLenum target,...
void glMultiTexParameterIivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
static final int GL_DEPTH_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_DEPTH_RENDERABLE" with expression '0x8287',...
static final int GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT
GL_VERSION_3_0 Define "GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT" with expression '0x00000001',...
void glBindFragDataLocation(int program, int color, String name)
Entry point to C language function: void {@native glBindFragDataLocation}(GLuint program,...
void glVertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj...
void glMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage1DEXT}(GLenum texunit,...
static final int GL_UNPACK_COMPRESSED_BLOCK_WIDTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_WIDTH" wit...
void glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST" with exp...
void glMatrixMultfEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
boolean glUnmapNamedBufferEXT(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer) Part ...
static final int GL_UNPACK_COMPRESSED_BLOCK_SIZE
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_SIZE" with...
void glProgramUniform2dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
static final int GL_R16
GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16 Alias for: GL_R16_EXT Define "GL_R16" with ...
void glNamedBufferStorageEXT(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorageEXT}(GLuint buffer,...
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
static final int GL_COMPRESSED_SRGB_ALPHA
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_ALPHA_EXT Define "GL_COMPRESSED_SR...
int glCheckNamedFramebufferStatusEXT(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebu...
static final int GL_PRIMITIVE_RESTART_INDEX
GL_VERSION_3_1, GL_NV_primitive_restart Alias for: GL_PRIMITIVE_RESTART_INDEX_NV Define "GL_PRIMITIV...
static final int GL_TEXTURE_SPARSE_ARB
GL_ARB_sparse_texture Define "GL_TEXTURE_SPARSE_ARB" with expression '0x91A6', CType: int
void glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
static final int GL_PRIMITIVE_RESTART
GL_VERSION_3_1, GL_NV_primitive_restart Alias for: GL_PRIMITIVE_RESTART_NV Define "GL_PRIMITIVE_REST...
void glVertexAttrib2s(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT3_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT3_RGBA" with expression '0...
void glGetTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
static final int GL_VIEW_CLASS_ASTC_8x6_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_8x6_RGBA" with expression '0x938E',...
void glMatrixFrustumEXT(int mode, double left, double right, double bottom, double top, double zNear, double zFar)
Entry point to C language function: void {@native glMatrixFrustumEXT}(GLenum mode,...
void glTexImage3DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTexImage3DMultisampleCoverageNV}(GLenum target,...
void glNamedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuff...
void glVertexAttrib4Nusv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
static final int GL_INTERNALFORMAT_BLUE_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_BLUE_SIZE" with expression '0x...
void glGetMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
void glGetNamedProgramivEXT(int program, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
static final int GL_CLIPPING_INPUT_PRIMITIVES
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_CLIPPING_INPUT_PRIMITIVES_ARB Define ...
static final int GL_RGB12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB12_EXT Define "GL_RGB12" with expression '0x8053',...
void glGetDoublev(int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
static final int GL_IMAGE_CLASS_10_10_10_2
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_10_10_10_2" with expression '0x82...
void glVertexAttribL4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
void glVertexAttrib4s(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4s}(GLuint index,...
static final int GL_FRONT_RIGHT
GL_VERSION_1_0 Define "GL_FRONT_RIGHT" with expression '0x0401', CType: int
void glGetNamedBufferParameterui64vNV(int buffer, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
static final int GL_SRC1_ALPHA
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended Alias for: GL_SRC1_ALPHA_EXT Define "G...
static final int GL_VIEW_CLASS_ASTC_4x4_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_4x4_RGBA" with expression '0x9388',...
void glVertexAttribL1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
void glProgramUniform3dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
void glCompressedMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage1DEXT}(GLenum texunit,...
static final int GL_STENCIL_INDEX16
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_STENCIL_INDEX16_EX...
void glMatrixMultdEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
void glNamedFramebufferParameteri(int framebuffer, int pname, int param)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
static final int GL_CAVEAT_SUPPORT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_CAVEAT_SUPPORT" with expression '0x82B8',...
void glGetTextureParameterIivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
void glMatrixPopEXT(int mode)
Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode) Part of GL_EXT_dire...
void glCompressedTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage2DEXT}(GLuint texture,...
void glVertexAttribL4dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
static final int GL_AUTO_GENERATE_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_AUTO_GENERATE_MIPMAP" with expression '0x8295...
static final int GL_READ_PIXELS_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS_TYPE" with expression '0x828E',...
void glVertexAttrib4Niv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer,...
static final int GL_BACK_LEFT
GL_VERSION_1_0 Define "GL_BACK_LEFT" with expression '0x0402', CType: int
void glVertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIOffsetEXT}(GLuint vaobj,...
static final int GL_COMPRESSED_RED_RGTC1
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc Alias for: GL_COMPRE...
static final int GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD" with ex...
void glGetDoubleIndexedvEXT(int target, int index, double[] data, int data_offset)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
void glMatrixMultTransposefEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glProgramUniformui64NV(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
void glCopyMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyMultiTexImage1DEXT}(GLenum texunit,...
void glRasterSamplesEXT(int samples, boolean fixedsamplelocations)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
static final int GL_COMPRESSED_SIGNED_RED_RGTC1
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc Alias for: GL_COMPRE...
void glVertexAttrib4Nsv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
void glVertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLOffsetEXT}(GLuint vaobj,...
static final int GL_PACK_IMAGE_HEIGHT
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PACK_IMAGE_HEIGHT_EXT Define "GL_PACK_IMAGE_HEIGHT" w...
void glMultiTexEnvivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
void glCopyTextureImage2DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function: void {@native glCopyTextureImage2DEXT}(GLuint texture,...
void glVertexAttribI2iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
void glEnableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj,...
static final int GL_INCLUSIVE_EXT
GL_EXT_window_rectangles Define "GL_INCLUSIVE_EXT" with expression '0x8F10', CType: int
static final int GL_COMPRESSED_RG
GL_VERSION_3_0 Define "GL_COMPRESSED_RG" with expression '0x8226', CType: int
void glGetTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
static final int GL_SAMPLER_2D_RECT_SHADOW
GL_VERSION_3_1, GL_ARB_shader_objects Alias for: GL_SAMPLER_2D_RECT_SHADOW_ARB Define "GL_SAMPLER_2D...
void glCompressedMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage3DEXT}(GLenum texunit,...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
static final int GL_CLIP_DISTANCE2
GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE2_EXT,...
void glCopyMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyMultiTexSubImage3DEXT}(GLenum texunit,...
static final int GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD" with expressi...
void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program,...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" with expression '0x96...
void glMatrixMultfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
void glTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage1DEXT}(GLuint texture,...
static final int GL_VIEW_CLASS_ASTC_8x5_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_8x5_RGBA" with expression '0x938D',...
static final int GL_CONTEXT_FLAG_NO_ERROR_BIT
GL_VERSION_4_6, GL_KHR_no_error Alias for: GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR Define "GL_CONTEXT_FLAG_...
void glMatrixTranslatefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode,...
void glMakeBufferNonResidentNV(int target)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
void glClearNamedBufferSubData(int buffer, int internalformat, long offset, long size, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferSubData}(GLuint buffer,...
static final int GL_VIEW_CLASS_ASTC_6x6_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_6x6_RGBA" with expression '0x938C',...
void glVertexAttribL1d(int index, double x)
Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index,...
void glProgramUniform4dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
void glVertexArrayVertexOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexOffsetEXT}(GLuint vaobj,...
static final int GL_VIEW_CLASS_BPTC_UNORM
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_BPTC_UNORM" with expression '0x82D...
static final int GL_RGBA16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_RGBA16_SNORM_EXT Define "GL_RGBA16_SNORM" with exp...
static final int GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT
GL_EXT_raster_multisample Define "GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT" with expression '0x932A',...
static final int GL_TEXTURE_GATHER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_GATHER" with expression '0x82A2',...
void glFramebufferDrawBuffersEXT(int framebuffer, int n, int[] bufs, int bufs_offset)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
void glLogicOp(int opcode)
Entry point to C language function: void {@native glLogicOp}(GLenum opcode) Part of GL_VERSION_ES_...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT...
static final int GL_SRGB_READ
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SRGB_READ" with expression '0x8297',...
static final int GL_TEXTURE_1D
GL_VERSION_1_0 Define "GL_TEXTURE_1D" with expression '0x0DE0', CType: int
static final int GL_COLOR_SAMPLES_NV
GL_NV_framebuffer_mixed_samples, GL_NV_multisample_coverage Define "GL_COLOR_SAMPLES_NV" with express...
void glEdgeFlagFormatNV(int stride)
Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride) Part of GL_N...
void glTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture,...
static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB...
static final int GL_GET_TEXTURE_IMAGE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GET_TEXTURE_IMAGE_TYPE" with expression '0x82...
void glGetFloati_vEXT(int pname, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(GLuint program,...
void glGetActiveUniformName(int program, int uniformIndex, int bufSize, IntBuffer length, ByteBuffer uniformName)
Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program,...
static final int GL_R16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_R16_SNORM_EXT Define "GL_R16_SNORM" with expressio...
static final int GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV" with expression '0x932F'...
static final int GL_ELEMENT_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_LENGTH_NV" with expression '0x8F33',...
static final int GL_IMAGE_TEXEL_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_TEXEL_SIZE" with expression '0x82A7',...
void glVertexAttrib3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttrib3d}(GLuint index,...
static final int GL_DEPTH_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_DEPTH_COMPONENTS" with expression '0x8284',...
void glVertexAttribI4ubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
static final int GL_VIEW_CLASS_ETC2_EAC_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ETC2_EAC_RGBA" with expression '0x9387',...
void glMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_...
void glGetNamedBufferParameterivEXT(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
void glClearBufferData(int target, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferData}(GLenum target,...
int glGetDebugMessageLogAMD(int count, int bufSize, int[] categories, int categories_offset, int[] severities, int severities_offset, int[] ids, int ids_offset, int[] lengths, int lengths_offset, byte[] message, int message_offset)
Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count,...
static final int GL_INTERNALFORMAT_STENCIL_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_STENCIL_SIZE" with expression ...
void glMatrixMultdEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
void glGetIntegerui64i_vNV(int value, int index, long[] result, int result_offset)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
static final int GL_TEXTURE_VIEW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_VIEW" with expression '0x82B5',...
static final int GL_LEFT
GL_VERSION_1_0 Define "GL_LEFT" with expression '0x0406', CType: int
void glTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage2DEXT}(GLuint texture,...
static final int GL_STENCIL_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_STENCIL_RENDERABLE" with expression '0x8288',...
void glVertexAttrib3s(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3s}(GLuint index,...
void glVertexAttrib4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type,...
static final int GL_VIEW_CLASS_ASTC_10x8_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_10x8_RGBA" with expression '0x9392',...
void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
void glMultiTexGendEXT(int texunit, int coord, int pname, double param)
Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit,...
static final int GL_INTERNALFORMAT_ALPHA_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_ALPHA_TYPE" with expression '0...
void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(GLuint program,...
static final int GL_TEXTURE_REDUCTION_MODE_EXT
GL_EXT_texture_filter_minmax Define "GL_TEXTURE_REDUCTION_MODE_EXT" with expression '0x9366',...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
static final int GL_RGBA16
GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16 Alias for: GL_RGBA16_EXT Define "GL_RGBA16" wi...
void glGetQueryIndexediv(int target, int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glProgramUniform4d(int program, int location, double v0, double v1, double v2, double v3)
Entry point to C language function: void {@native glProgramUniform4d}(GLuint program,...
static final int GL_STENCIL_BACK_OP_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_STENCIL_BACK_OP_VALUE_AMD" with expression '0x874D',...
void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
static final int GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV" with expression '0x8F20...
static final int GL_TEXTURE_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_TEXTURE_1D_ARRAY_EXT Define "GL_TEXTURE_1D_ARRAY"...
void glTessellationFactorAMD(float factor)
Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor) Part of...
static final int GL_MAX_SPARSE_TEXTURE_SIZE_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_TEXTURE_SIZE_ARB" with expression '0x9198',...
static final int GL_EFFECTIVE_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_EFFECTIVE_RASTER_SAMPLES_EXT" with expression '0x932C',...
void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, long data_buffer_offset)
Entry point to C language function: void {@native glCompressedTexImage1D}(GLenum target,...
static final int GL_SRG8_EXT
GL_EXT_texture_sRGB_RG8 Define "GL_SRG8_EXT" with expression '0x8FBE', CType: int
static final int GL_VERTEX_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VERTEX_TEXTURE" with expression '0x829B',...
static final int GL_LINE_WIDTH_RANGE
GL_VERSION_1_0 Define "GL_LINE_WIDTH_RANGE" with expression '0x0B22', CType: int
static final int GL_UNSIGNED_SHORT_5_6_5_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_SHORT_5_6_5_REV" with expression '0x8364', CType: int
void glMultiDrawArraysIndirectAMD(int mode, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectAMD}(GLenum mode,...
void glVertexAttrib4Nuiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
void glGetBooleanIndexedv(int target, int index, byte[] data, int data_offset)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
static final int GL_MAX_VERTEX_STREAMS
GL_ARB_transform_feedback3, GL_VERSION_4_0, GL_ATI_vertex_streams Alias for: GL_MAX_VERTEX_STREAMS_AT...
static final int GL_UNPACK_LSB_FIRST
GL_VERSION_1_0 Define "GL_UNPACK_LSB_FIRST" with expression '0x0CF1', CType: int
static final int GL_CONTINUOUS_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_CONTINUOUS_AMD" with exp...
static final int GL_VIRTUAL_PAGE_SIZE_Z_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Z_ARB" with expression '0x9197',...
static final int GL_CLEAR_BUFFER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_CLEAR_BUFFER" with expression '0x82B4',...
void glNamedProgramLocalParameter4fEXT(int program, int target, int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fEXT}(GLuint program,...
static final int GL_TEXTURE_BINDING_1D
GL_VERSION_1_1 Define "GL_TEXTURE_BINDING_1D" with expression '0x8068', CType: int
void glVertexAttrib2sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
void glClampColor(int target, int clamp)
Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp) Part ...
void glMaxShaderCompilerThreadsKHR(int count)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count) Par...
static final int GL_COMPRESSED_RG_RGTC2
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0 Define "GL_COMPRESSED_RG_RGTC2" with expression '0x8D...
void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride)
Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index,...
void glMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage2DEXT}(GLenum texunit,...
void glMultiTexGendvEXT(int texunit, int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
static final int GL_INTERNALFORMAT_RED_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_RED_TYPE" with expression '0x8...
void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
Entry point to C language function: void {@native glInvalidateTexSubImage}(GLuint texture,...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
static final int GL_UNSIGNED_INT_8_8_8_8
GL_VERSION_1_2, GL_EXT_packed_pixels Alias for: GL_UNSIGNED_INT_8_8_8_8_EXT Define "GL_UNSIGNED_INT_...
void glMultiDrawArrays(int mode, int[] first, int first_offset, int[] count, int count_offset, int drawcount)
Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode,...
void glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
static final int GL_FRONT_LEFT
GL_VERSION_1_0 Define "GL_FRONT_LEFT" with expression '0x0400', CType: int
void glSetMultisamplefvAMD(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
static final int GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD" with ex...
static final int GL_PROVOKING_VERTEX
GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex Alias for: GL_PROVOKING_VERTEX_EXT ...
void glGetnUniformdv(int program, int location, int bufSize, DoubleBuffer params)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
void glProgramUniform1dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
void glGetIntegerIndexedv(int target, int index, int[] data, int data_offset)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
static final int GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT
GL_EXT_raster_multisample Define "GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT" with expression '0x932B',...
void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(GLuint program,...
static final int GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB
GL_ARB_sparse_texture Define "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB" with expression '0x91A9'...
static final int GL_GPU_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_GPU_ADDRESS_NV" with expression '0x8F34', CType: int
static final int GL_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MIPMAP" with expression '0x8293',...
static final int GL_INT_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_1D_ARRAY_EXT Define "GL_INT_SAMPLER_1D_...
static final int GL_PROXY_TEXTURE_1D
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_PROXY_TEXTURE_1D_EXT Define "GL_PROXY_TEXTURE_1D" with ...
void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
void glVertexArraySecondaryColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArraySecondaryColorOffsetEXT}(GLuint vaobj...
static final int GL_INT_SAMPLER_1D
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_1D_EXT Define "GL_INT_SAMPLER_1D" with ...
static final int GL_DEBUG_CATEGORY_DEPRECATION_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_DEPRECATION_AMD" with expression '0x914B',...
void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
void glMultiTexGenfvEXT(int texunit, int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
static final int GL_SECONDARY_COLOR_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_SECONDARY_COLOR_ARRAY_LENGTH_NV" with expression '0x8F3...
void glDisableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj,...
void glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
void glMultiTexEnvfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit,...
boolean glIsBufferResidentNV(int target)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
static final int GL_VIEW_CLASS_ASTC_8x8_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_8x8_RGBA" with expression '0x938F',...
void glGetDoubleIndexedvEXT(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
static final int GL_FRAMEBUFFER_RENDERABLE_LAYERED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_RENDERABLE_LAYERED" with expressi...
void glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
void glVertexAttribLPointer(int index, int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index,...
void glVertexAttrib3dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
static final int GL_UNPACK_SWAP_BYTES
GL_VERSION_1_0 Define "GL_UNPACK_SWAP_BYTES" with expression '0x0CF0', CType: int
static final int GL_COMPUTE_SHADER_INVOCATIONS
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_COMPUTE_SHADER_INVOCATIONS_ARB Define...
void glMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glClearNamedBufferData(int buffer, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferData}(GLuint buffer,...
static final int GL_TEXTURE_COORD_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_TEXTURE_COORD_ARRAY_LENGTH_NV" with expression '0x8F2F'...
static final int GL_INTERNALFORMAT_STENCIL_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_STENCIL_TYPE" with expression ...
static final int GL_VERTEX_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ARRAY_ADDRESS_NV" with expression '0x8F21',...
static final int GL_PACK_COMPRESSED_BLOCK_WIDTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_WIDTH" with ...
static final int GL_VIEW_CLASS_64_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_64_BITS" with expression '0x82C6',...
void glCoverageModulationTableNV(int n, float[] v, int v_offset)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
void glGetMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
static final int GL_TEXTURE_IMAGE_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_IMAGE_FORMAT" with expression '0x828F...
void glGetBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetBufferSubData}(GLenum target,...
static final int GL_FILL
GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_FILL_NV Define "GL_FILL" with expression '0x1B02',...
void glTextureRenderbufferEXT(int texture, int target, int renderbuffer)
Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture,...
void glGetDoublei_vEXT(int pname, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
static final int GL_CLIP_DISTANCE4
GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE4_EXT,...
static final int GL_TEXTURE_BINDING_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_TEXTURE_BINDING_1D_ARRAY_EXT Define "GL_TEXTURE_B...
void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit)
Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target,...
static final int GL_DOUBLE
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_DOUBLE" with expression '0x140A', CType: int
void glVertexAttrib1s(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index,...
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE" with ex...
static final int GL_SAMPLES_PASSED
GL_VERSION_1_5, GL_ARB_occlusion_query Alias for: GL_SAMPLES_PASSED_ARB Define "GL_SAMPLES_PASSED" w...
void glMatrixLoadTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glVertexAttribI3iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glMultiDrawElements(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount)
Entry point to C language function: void {@native glMultiDrawElements}(GLenum mode,...
void glGetVertexArrayPointeri_vEXT(int vaobj, int index, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointeri_vEXT}(GLuint vaobj,...
static final int GL_INTERNALFORMAT_GREEN_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_GREEN_TYPE" with expression '0...
void glProgramUniform4dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
static final int GL_POINT_SPRITE_COORD_ORIGIN
GL_VERSION_2_0 Define "GL_POINT_SPRITE_COORD_ORIGIN" with expression '0x8CA0', CType: int
static final int GL_SMOOTH_POINT_SIZE_GRANULARITY
GL_VERSION_1_2 Define "GL_SMOOTH_POINT_SIZE_GRANULARITY" with expression '0x0B13',...
void glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
static final int GL_VIEW_CLASS_ETC2_RGB
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ETC2_RGB" with expression '0x9385',...
void glVertexAttribI3iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program,...
void glInvalidateTexImage(int texture, int level)
Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture,...
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV
GL_VERSION_1_2, GL_EXT_read_format_bgra, GL_IMG_read_format Alias for: GL_UNSIGNED_SHORT_4_4_4_4_REV_...
void glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
static final int GL_SHADER_IMAGE_ATOMIC
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_ATOMIC" with expression '0x82A6'...
static final int GL_TESS_EVALUATION_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TESS_EVALUATION_TEXTURE" with expression '0x8...
void glNamedRenderbufferStorageMultisampleAdvancedAMD(int renderbuffer, int samples, int storageSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(...
void glMakeBufferResidentNV(int target, int access)
Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target,...
static final int GL_FRAMEBUFFER_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_RENDERABLE" with expression '0x82...
static final int GL_DRAW_INDIRECT_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_LENGTH_NV" with expression '0x8F42',...
static final int GL_VIEW_CLASS_48_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_48_BITS" with expression '0x82C7',...
void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(GLuint program,...
static final int GL_TEXTURE_SRGB_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_TEXTURE_SRGB_DECODE_EXT" with expression '0x8A48',...
void glGetIntegerui64i_vNV(int value, int index, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
void glWindowRectanglesEXT(int mode, int count, IntBuffer box)
Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode,...
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
static final int GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD" with expression...
static final int GL_DEPTH_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_DEPTH_SAMPLES_NV" with expression '0x932D',...
void glPushClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask) P...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY...
static final int GL_VIEW_CLASS_ASTC_5x4_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_5x4_RGBA" with expression '0x9389',...
void glMatrixTranslatedEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode,...
void glTextureParameterivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
void glVertexAttrib4iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
void glIndexFormatNV(int type, int stride)
Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride) Pa...
static final int GL_SKIP_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_SKIP_DECODE_EXT" with expression '0x8A4A', CType: int
void glGetMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
void glProgramUniformui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
void glPixelStoref(int pname, float param)
Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param) Part...
void glProgramUniform4dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
static final int GL_BGRA_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BGRA_INTEGER_EXT Define "GL_BGRA_INTEGER" with ...
static final int GL_SUPPORTED_MULTISAMPLE_MODES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_SUPPORTED_MULTISAMPLE_MODES_AMD" with expression '...
void glVertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribFormatEXT}(GLuint vaobj,...
static final int GL_DRAW_INDIRECT_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_ADDRESS_NV" with expression '0x8F41',...
static final int GL_CLIPPING_OUTPUT_PRIMITIVES
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_CLIPPING_OUTPUT_PRIMITIVES_ARB Define...
boolean glIsNamedBufferResidentNV(int buffer)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
void glCoverageModulationNV(int components)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTexSubImage1D}(GLenum target,...
static final int GL_UNSIGNED_INT_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT Define "GL_UNSIGN...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" with expression '0x9630',...
static final int GL_INTERNALFORMAT_GREEN_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_GREEN_SIZE" with expression '0...
static final int GL_FIXED_ONLY
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_FIXED_ONLY_ARB Define "GL_FIXED_ONLY" with e...
static final int GL_CLIP_DISTANCE0
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_CLIP_DISTANCE0_APPLE,...
static final int GL_VIEW_CLASS_ASTC_12x10_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_12x10_RGBA" with expression '0x9394',...
static final int GL_RGB16
GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16 Alias for: GL_RGB16_EXT Define "GL_RGB16" with...
void glMultiTexGenivEXT(int texunit, int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
void glCompressedTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage3DEXT}(GLuint texture,...
void glTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
void glMatrixLoadTransposefEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glGetCoverageModulationTableNV(int bufSize, float[] v, int v_offset)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize,...
void glMatrixPushEXT(int mode)
Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode) Part of GL_EXT_dir...
static final int GL_SAMPLER_1D
GL_VERSION_2_0, GL_ARB_shader_objects Alias for: GL_SAMPLER_1D_ARB Define "GL_SAMPLER_1D" with expre...
void glVertexAttrib1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
static final int GL_IMAGE_PIXEL_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_PIXEL_FORMAT" with expression '0x82A9',...
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB" with expression '0x919A',...
static final int GL_COLOR_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F23',...
void glMatrixLoadTransposedEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
void glMultiTexRenderbufferEXT(int texunit, int target, int renderbuffer)
Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit,...
void glVertexAttribL1dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
void glUniformui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
static final int GL_DISCRETE_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_DISCRETE_AMD" with expre...
void glVertexAttrib4Nsv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
void glFramebufferDrawBuffersEXT(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
static final int GL_DEBUG_SEVERITY_MEDIUM_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_MEDIUM_AMD" with expression '0x9147',...
void glTexCoordFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size,...
void glPolygonOffsetClampEXT(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor,...
void glMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
void glMultiTexGeniEXT(int texunit, int coord, int pname, int param)
Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit,...
static final int GL_RG16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_RG16_SNORM_EXT Define "GL_RG16_SNORM" with express...
static final int GL_MAX_VARYING_FLOATS
GL_VERSION_2_0, GL_ARB_vertex_shader Alias for: GL_MAX_VARYING_FLOATS_ARB Define "GL_MAX_VARYING_FLO...
static final int GL_IMAGE_CLASS_1_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_16" with expression '0x82BE',...
static final int GL_PACK_SWAP_BYTES
GL_VERSION_1_0 Define "GL_PACK_SWAP_BYTES" with expression '0x0D00', CType: int
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CON...
ByteBuffer glMapNamedBufferEXT(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer,...
static final int GL_POINT
GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POINT_NV Define "GL_POINT" with expression '0x1B00'...
void glVertexAttrib4iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
static final int GL_SCALED_RESOLVE_FASTEST_EXT
GL_EXT_framebuffer_multisample_blit_scaled Define "GL_SCALED_RESOLVE_FASTEST_EXT" with expression '0x...
void glProgramUniform2dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
void glGetFloatIndexedvEXT(int target, int index, float[] data, int data_offset)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glGetPointeri_vEXT(int pname, int index, PointerBuffer params)
Entry point to C language function: void {@native glGetPointeri_vEXT}(GLenum pname,...
static final int GL_VIEW_CLASS_ASTC_6x5_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_6x5_RGBA" with expression '0x938B',...
void glTextureStorage3DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage3DMultisampleEXT}(GLuint texture,...
static final int GL_DRAW_INDIRECT_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_UNIFIED_NV" with expression '0x8F40',...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
void glVertexAttribI2uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glGetInternalformati64v(int target, int internalformat, int pname, int count, long[] params, int params_offset)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
void glCompressedMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage2DEXT}(GLenum texunit,...
static final int GL_STENCIL_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_STENCIL_SAMPLES_NV" with expression '0x932E',...
void glPointParameteriv(int pname, IntBuffer params)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
static final int GL_VIRTUAL_PAGE_SIZE_INDEX_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_INDEX_ARB" with expression '0x91A7',...
void glGenerateMultiTexMipmapEXT(int texunit, int target)
Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit,...
static final int GL_INTERNALFORMAT_ALPHA_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_ALPHA_SIZE" with expression '0...
void glMatrixLoadfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
static final int GL_UNSIGNED_SHORT_8_8_REV_APPLE
GL_APPLE_ycbcr_422, GL_APPLE_rgb_422 Define "GL_UNSIGNED_SHORT_8_8_REV_APPLE" with expression '0x85BB...
static final int GL_MANUAL_GENERATE_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MANUAL_GENERATE_MIPMAP" with expression '0x82...
void glMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
void glCoverageModulationTableNV(int n, FloatBuffer v)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
void glMatrixScaledEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode,...
void glProgramUniform4dEXT(int program, int location, double x, double y, double z, double w)
Entry point to C language function: void {@native glProgramUniform4dEXT}(GLuint program,...
void glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_EXCLUSIVE_EXT
GL_EXT_window_rectangles Define "GL_EXCLUSIVE_EXT" with expression '0x8F11', CType: int
void glNamedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer,...
static final int GL_VERTICES_SUBMITTED
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_VERTICES_SUBMITTED_ARB Define "GL_VER...
void glMatrixMultTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
static final int GL_SYNC_X11_FENCE_EXT
GL_EXT_x11_sync_object Define "GL_SYNC_X11_FENCE_EXT" with expression '0x90E1', CType: int
void glVertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj,...
static final int GL_VIEW_CLASS_32_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_32_BITS" with expression '0x82C8',...
static final int GL_TRANSPOSE_PROGRAM_MATRIX_EXT
GL_EXT_direct_state_access Define "GL_TRANSPOSE_PROGRAM_MATRIX_EXT" with expression '0x8E2E',...
void glPointParameteriv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(GLuint program,...
void glDrawBuffer(int mode)
Entry point to C language function: void {@native glDrawBuffer}(GLenum mode) Part of GL_VERSION_1_...
static final int GL_DOUBLEBUFFER
GL_VERSION_1_0 Define "GL_DOUBLEBUFFER" with expression '0x0C32', CType: int
void glGetQueryIndexediv(int target, int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glVertexAttrib4dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
void glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index,...
static final int GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV" with expression '0x8F2A'...
static final int GL_VIEW_CLASS_EAC_RG11
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_EAC_RG11" with expression '0x9384',...
static final int GL_POLYGON_SMOOTH
GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH" with expression '0x0B41', CType: int
void glProgramUniform1dEXT(int program, int location, double x)
Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program,...
void glStencilOpValueAMD(int face, int value)
Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face,...
void glVertexAttribI1iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program,...
void glTessellationModeAMD(int mode)
Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode) Part of GL_A...
void glGetnTexImage(int target, int level, int format, int type, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnTexImage}(GLenum target, GLint level,...
void glGetFramebufferParameterivEXT(int framebuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
static final int GL_RENDERBUFFER_STORAGE_SAMPLES_AMD
GL_AMD_framebuffer_multisample_advanced Define "GL_RENDERBUFFER_STORAGE_SAMPLES_AMD" with expression ...
void glTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage1DEXT}(GLuint texture,...
void glMatrixLoadfEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
static final int GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV" with expression '0x933...
int glGetDebugMessageLogAMD(int count, int bufSize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message)
Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count,...
void glCompressedTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage3DEXT}(GLuint texture,...
void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTexSubImage1D}(GLenum target,...
void glCopyTexSubImage1D(int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTexSubImage1D}(GLenum target,...
void glVertexAttrib4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
void glCopyTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTextureSubImage1DEXT}(GLuint texture,...
void glVertexAttrib2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
ByteBuffer glMapNamedBufferRangeEXT(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer,...
static final int GL_ELEMENT_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_ADDRESS_NV" with expression '0x8F29',...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_S...
void glGetVertexAttribLdv(int index, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
static final int GL_NORMAL_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_NORMAL_ARRAY_ADDRESS_NV" with expression '0x8F22',...
void glMultiTexParameterfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit,...
static final int GL_TEXTURE_COORD_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_TEXTURE_COORD_ARRAY_ADDRESS_NV" with expression '0x8F25...
static final int GL_TEXTURE_SWIZZLE_RGBA
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_EXT_texture_swizzle Alias for: GL_TEXTURE_SWIZZLE_RGBA_EXT...
void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level,...
static final int GL_TESSELLATION_MODE_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_TESSELLATION_MODE_AMD" w...
void glTextureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTextureBufferRangeEXT}(GLuint texture,...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
static final int GL_PROXY_TEXTURE_2D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_PROXY_TEXTURE_2D_ARRAY_EXT Define "GL_PROXY_TEXTU...
void glCompressedTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage1DEXT}(GLuint texture,...
static final int GL_PACK_COMPRESSED_BLOCK_DEPTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_DEPTH" with ...
void glVertexAttrib4Nuiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
void glGetBufferParameterui64vNV(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glVertexAttrib4Niv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
void glMultiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage3DEXT}(GLenum texunit,...
void glTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage3DEXT}(GLuint texture,...
static final int GL_UNSIGNED_INT_8_8_8_8_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_INT_8_8_8_8_REV" with expression '0x8367', CType: int
void glMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS...
static final int GL_INTERNALFORMAT_RED_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_RED_SIZE" with expression '0x8...
static final int GL_POLYGON_OFFSET_POINT
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_OFFSET_POINT_NV Define "GL_...
void glVertexAttribL4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttribL4d}(GLuint index,...
static final int GL_TEXTURE_BUFFER_FORMAT
GL_ARB_texture_buffer_object, GL_EXT_texture_buffer_object Alias for: GL_TEXTURE_BUFFER_FORMAT_ARB,...
static final int GL_TEXTURE_IMAGE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_IMAGE_TYPE" with expression '0x8290',...
void glRenderbufferStorageMultisampleAdvancedAMD(int target, int samples, int storageSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenu...
void glProgramUniform3dEXT(int program, int location, double x, double y, double z)
Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program,...
static final int GL_NUM_VIRTUAL_PAGE_SIZES_ARB
GL_ARB_sparse_texture Define "GL_NUM_VIRTUAL_PAGE_SIZES_ARB" with expression '0x91A8',...
void glEnableIndexed(int target, int index)
Entry point to C language function: void {@native glEnableIndexed}(GLenum target,...
void glProgramUniform2dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex Alias for: GL_QUADS_FOLLOW_PROVOKING...
void glVertexAttrib4Nubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer,...
static final int GL_MAX_COMBINED_DIMENSIONS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_COMBINED_DIMENSIONS" with expression '0x8...
void glTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
void glProvokingVertex(int mode)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
void glCopyTextureImage1DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyTextureImage1DEXT}(GLuint texture,...
void glMatrixLoadIdentityEXT(int mode)
Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode) Part of GL...
void glMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage2DEXT}(GLenum texunit,...
void glGetCompressedTexImage(int target, int level, long img_buffer_offset)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
static final int GL_ELEMENT_ARRAY_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_UNIFIED_NV" with expression '0x8F1F',...
static final int GL_DEBUG_CATEGORY_OTHER_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_OTHER_AMD" with expression '0x9150',...
static final int GL_FRAMEBUFFER_BLEND
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_BLEND" with expression '0x828B',...
static final int GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV" with expression '0x8F1E...
void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level,...
static final int GL_POINT_SIZE_GRANULARITY
GL_VERSION_1_0 Define "GL_POINT_SIZE_GRANULARITY" with expression '0x0B13', CType: int
void glVertexAttribI4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
void glVertexAttrib4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
static final int GL_UNSIGNED_SHORT_8_8_APPLE
GL_APPLE_ycbcr_422, GL_APPLE_rgb_422 Define "GL_UNSIGNED_SHORT_8_8_APPLE" with expression '0x85BA',...
void glVertexArrayMultiTexCoordOffsetEXT(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayMultiTexCoordOffsetEXT}(GLuint vaobj,...
void glFramebufferDrawBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer,...
static final int GL_UPPER_LEFT
GL_VERSION_2_0, GL_EXT_clip_control Alias for: GL_UPPER_LEFT_EXT Define "GL_UPPER_LEFT" with express...
static final int GL_REPLACE_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_REPLACE_VALUE_AMD" with expression '0x874B',...
void glProgramUniformui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
void glCopyMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyMultiTexSubImage2DEXT}(GLenum texunit,...
static final int GL_POLYGON_SMOOTH_HINT
GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH_HINT" with expression '0x0C53', CType: int
void glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
void glProgramUniform3d(int program, int location, double v0, double v1, double v2)
Entry point to C language function: void {@native glProgramUniform3d}(GLuint program,...
void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
void glVertexAttrib3sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
static final int GL_FOG_COORD_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_FOG_COORD_ARRAY_ADDRESS_NV" with expression '0x8F28',...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
static final int GL_IMAGE_COMPATIBILITY_CLASS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_COMPATIBILITY_CLASS" with expression '0...
void glVertexAttribL2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttribL2d}(GLuint index,...
void glGetIntegerIndexedv(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
void glTextureImage2DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage2DMultisampleCoverageNV}(GLuint text...
void glInvalidateBufferData(int buffer)
Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer) Part of G...
static final int GL_PROXY_TEXTURE_CUBE_MAP_ARRAY
GL_VERSION_4_0, GL_ARB_texture_cube_map_array Alias for: GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB Define ...
void glVertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj,...
void glMatrixMultTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
void glTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage3DEXT}(GLuint texture,...
void glCompressedTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage2DEXT}(GLuint texture,...
void glMatrixLoadTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
static final int GL_STEREO
GL_VERSION_1_0 Define "GL_STEREO" with expression '0x0C33', CType: int
void glTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage3DEXT}(GLuint texture,...
static final int GL_TESS_CONTROL_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TESS_CONTROL_TEXTURE" with expression '0x829C...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
static final int GL_DEBUG_CATEGORY_PERFORMANCE_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_PERFORMANCE_AMD" with expression '0x914D',...
void glMakeNamedBufferNonResidentNV(int buffer)
Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) P...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(GLuint program,...
static final int GL_COVERAGE_MODULATION_TABLE_SIZE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_SIZE_NV" with expression '0x9333...
void glMultiTexParameteriEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit,...
void glEnableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array,...
static final int GL_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_SAMPLER_BUFFER_AMD" with...
void glNamedFramebufferTextureMultiviewOVR(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews)
Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint fram...
void glTexturePageCommitmentEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
Entry point to C language function: void {@native glTexturePageCommitmentEXT}(GLuint texture,...
void glTexImage2DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTexImage2DMultisampleCoverageNV}(GLenum target,...
static final int GL_MAX_WIDTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_WIDTH" with expression '0x827E',...
static final int GL_GEOMETRY_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GEOMETRY_TEXTURE" with expression '0x829E',...
void glBeginQueryIndexed(int target, int index, int id)
Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target,...
void glGetMultiTexEnvivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
static final int GL_TEXTURE_COMPRESSED_BLOCK_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_SIZE" with expressio...
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB" with expression '0x9199',...
void glGetVertexAttribdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
static final int GL_MAX_HEIGHT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_HEIGHT" with expression '0x827F',...
void glProgramUniform1d(int program, int location, double v0)
Entry point to C language function: void {@native glProgramUniform1d}(GLuint program,...
void glCopyTexImage1D(int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyTexImage1D}(GLenum target,...
void glMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
static final int GL_UNSIGNED_INT_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT Define "GL_UNSIGNE...
static final int GL_POLYGON_MODE
GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_MODE_NV Define "GL_POLYGON_MODE" with expre...
static final int GL_UNSIGNED_BYTE_3_3_2
GL_VERSION_1_2, GL_EXT_packed_pixels Alias for: GL_UNSIGNED_BYTE_3_3_2_EXT Define "GL_UNSIGNED_BYTE_...
void glMultiTexGenfEXT(int texunit, int coord, int pname, float param)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
void glProgramUniform1dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
static final int GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD" with expression '0x914C',...
static final int GL_VIEW_CLASS_16_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_16_BITS" with expression '0x82CA',...
void glGetCoverageModulationTableNV(int bufSize, FloatBuffer v)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize,...
void glNamedProgramStringEXT(int program, int target, int format, int len, Buffer string)
Entry point to C language function: void {@native glNamedProgramStringEXT}(GLuint program,...
void glSecondaryColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
void glCopyMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyMultiTexSubImage1DEXT}(GLenum texunit,...
void glVertexAttribI1iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
void glEnableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array,...
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
static final int GL_RGB5
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB5_EXT Define "GL_RGB5" with expression '0x8050',...
void glVertexArrayTexCoordOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayTexCoordOffsetEXT}(GLuint vaobj,...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVA...
void glDebugMessageEnableAMD(int category, int severity, int count, int[] ids, int ids_offset, boolean enabled)
Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category,...
static final int GL_TEXTURE_GATHER_SHADOW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_GATHER_SHADOW" with expression '0x82A...
void glProgramUniform3dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
static final int GL_UNPACK_COMPRESSED_BLOCK_HEIGHT
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_HEIGHT" wi...
void glNamedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint r...
static final int GL_TEXTURE_SHADOW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_SHADOW" with expression '0x82A1',...
static final int GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD" with expression '0x914E',...
void glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
static final int GL_VIEW_CLASS_8_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_8_BITS" with expression '0x82CB',...
static final int GL_TEXTURE_BINDING_RECTANGLE
GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle Alias for: GL_TEXTURE_BINDING_RECTA...
static final int GL_COMPLETION_STATUS_KHR
GL_KHR_parallel_shader_compile Define "GL_COMPLETION_STATUS_KHR" with expression '0x91B1',...
static final int GL_FILTER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FILTER" with expression '0x829A',...
static final int GL_TRANSFORM_FEEDBACK_OVERFLOW
GL_VERSION_4_6, GL_ARB_transform_feedback_overflow_query Alias for: GL_TRANSFORM_FEEDBACK_OVERFLOW_AR...
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV
GL_VERSION_1_2, GL_EXT_read_format_bgra Alias for: GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT Define "GL_UNSI...
void glTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture,...
static final int GL_COMPRESSED_SRGB
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_EXT Define "GL_COMPRESSED_SRGB" wi...
static final int GL_SPARSE_STORAGE_BIT_ARB
GL_ARB_sparse_buffer Define "GL_SPARSE_STORAGE_BIT_ARB" with expression '0x0400', CType: int
void glVertexAttrib2dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
static final int GL_SRGB_DECODE
GL_ARB_internalformat_query2 Alias for: GL_SRGB_DECODE_ARB Define "GL_SRGB_DECODE" with expression '...
static final int GL_SCALED_RESOLVE_NICEST_EXT
GL_EXT_framebuffer_multisample_blit_scaled Define "GL_SCALED_RESOLVE_NICEST_EXT" with expression '0x9...
static final int GL_MAX_SHADER_COMPILER_THREADS_KHR
GL_KHR_parallel_shader_compile Define "GL_MAX_SHADER_COMPILER_THREADS_KHR" with expression '0x91B0',...
void glEndQueryIndexed(int target, int index)
Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target,...
void glSetMultisamplefvAMD(int pname, int index, float[] val, int val_offset)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
void glProgramUniform2d(int program, int location, double v0, double v1)
Entry point to C language function: void {@native glProgramUniform2d}(GLuint program,...
void glVertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj,...
void glMatrixRotatedEXT(int mode, double angle, double x, double y, double z)
Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode,...
static final int GL_PROGRAM_MATRIX_EXT
GL_EXT_direct_state_access Define "GL_PROGRAM_MATRIX_EXT" with expression '0x8E2D',...
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
static final int GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB...
void glVertexFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type,...
static final int GL_RGB16_SNORM
GL_VERSION_3_1, GL_EXT_texture_norm16 Alias for: GL_RGB16_SNORM_EXT Define "GL_RGB16_SNORM" with exp...
static final int GL_MAX_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_MAX_RASTER_SAMPLES_EXT" with expression '0x9329',...
static final int GL_LOWER_LEFT
GL_VERSION_2_0, GL_EXT_clip_control Alias for: GL_LOWER_LEFT_EXT Define "GL_LOWER_LEFT" with express...
void glProgramUniform2dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
void glMultiTexCoordPointerEXT(int texunit, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMultiTexCoordPointerEXT}(GLenum texunit,...
static final int GL_PACK_SKIP_IMAGES
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PACK_SKIP_IMAGES_EXT Define "GL_PACK_SKIP_IMAGES" wit...
void glCopyTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage2DEXT}(GLuint texture,...
void glVertexAttrib2sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
static final int GL_DEBUG_SEVERITY_HIGH_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_HIGH_AMD" with expression '0x9146', CType: int
static final int GL_IMAGE_CLASS_4_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_16" with expression '0x82BC',...
void glMultiTexEnviEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit,...
static final int GL_PROXY_TEXTURE_2D
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_PROXY_TEXTURE_2D_EXT Define "GL_PROXY_TEXTURE_2D" with ...
void glGetFloati_vEXT(int pname, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
void glVertexAttribL3dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
void glVertexAttribI4bv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
static final int GL_READ_PIXELS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS" with expression '0x828C',...
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_UNSIGNED_INT_SAMPLER_BUF...
void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(GLuint program,...
void glPolygonMode(int face, int mode)
Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode) Part of...
static final int GL_PRIMITIVES_SUBMITTED
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_PRIMITIVES_SUBMITTED_ARB Define "GL_P...
void glVertexAttribI4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
static final int GL_COLOR_ENCODING
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_ENCODING" with expression '0x8296',...
void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
void glVertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj,...
void glDebugMessageInsertAMD(int category, int severity, int id, int length, String buf)
Entry point to C language function: void {@native glDebugMessageInsertAMD}(GLenum category,...
static final int GL_VIEW_CLASS_96_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_96_BITS" with expression '0x82C5',...
void glGetTextureParameterfvEXT(int texture, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED
GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2 Alias for: GL_TRANSFORM_FEEDBAC...
static final int GL_TEXTURE_LOD_BIAS
GL_VERSION_1_4, GL_EXT_texture_lod_bias, GL_QCOM_texture_lod_bias Alias for: GL_TEXTURE_LOD_BIAS_EXT,...
void glTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage2DEXT}(GLuint texture,...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
void glVertexAttribI2uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glTextureParameterfvEXT(int texture, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB
GL_ARB_sparse_buffer Define "GL_SPARSE_BUFFER_PAGE_SIZE_ARB" with expression '0x82F8',...
void glNamedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer,...
void glTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage3DEXT}(GLuint texture,...
void glFlushMappedNamedBufferRangeEXT(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer,...
static final int GL_INTERNALFORMAT_DEPTH_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_DEPTH_SIZE" with expression '0...
void glVertexAttrib4Nbv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glNormalFormatNV(int type, int stride)
Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride) P...
void glGetUniformui64vNV(int program, int location, long[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
static final int GL_FOG_COORD_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_FOG_COORD_ARRAY_LENGTH_NV" with expression '0x8F32',...
void glGetInternalformati64v(int target, int internalformat, int pname, int count, LongBuffer params)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
static final int GL_CLIP_DISTANCE1
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_CLIP_DISTANCE1_APPLE,...
static final int GL_VERTEX_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ARRAY_LENGTH_NV" with expression '0x8F2B',...
static final int GL_MAX_SHADER_BUFFER_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_MAX_SHADER_BUFFER_ADDRESS_NV" with expression '0x8F35',...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
static final int GL_UNPACK_COMPRESSED_BLOCK_DEPTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_DEPTH" wit...
void glVertexAttrib4Nubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
static final int GL_IMAGE_CLASS_2_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_8" with expression '0x82C0',...
static final int GL_SUBSAMPLE_DISTANCE_AMD
GL_AMD_sample_positions, GL_AMD_framebuffer_sample_positions Define "GL_SUBSAMPLE_DISTANCE_AMD" with ...
static final int GL_COLOR_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_COMPONENTS" with expression '0x8283',...
void glNamedProgramLocalParameterI4iEXT(int program, int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4iEXT}(GLuint program...
static final int GL_POINT_SIZE_RANGE
GL_VERSION_1_0 Define "GL_POINT_SIZE_RANGE" with expression '0x0B12', CType: int
void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dv}(GLuint program,...
static final int GL_CLAMP_READ_COLOR
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_CLAMP_READ_COLOR_ARB Define "GL_CLAMP_READ_C...
void glUniformui64NV(int location, long value)
Entry point to C language function: void {@native glUniformui64NV}(GLint location,...
void glGetMultiTexParameterIivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
void glVertexAttribIFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index,...
void glTexPageCommitmentARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
Entry point to C language function: void {@native glTexPageCommitmentARB}(GLenum target,...
void glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
static final int GL_DEBUG_CATEGORY_APPLICATION_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_APPLICATION_AMD" with expression '0x914F',...
void glMultiDrawArrays(int mode, IntBuffer first, IntBuffer count, int drawcount)
Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode,...
void glMultiTexEnvfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
static final int GL_INT_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_2D_RECT_EXT Define "GL_INT_SAMPLER_2D_R...
void glCopyTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage3DEXT}(GLuint texture,...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_IMAGE_CLASS_1_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_32" with expression '0x82BB',...
void glPointSize(float size)
Entry point to C language function: void {@native glPointSize}(GLfloat size) Part of GL_VERSION_ES...
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glVertexAttrib4usv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
static final int GL_IMAGE_CLASS_4_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_8" with expression '0x82BF',...
static final int GL_MAX_CLIP_DISTANCES
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_MAX_CLIP_DISTANCES_AP...
void glVertexAttrib1sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glGetCompressedTextureImageEXT(int texture, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedTextureImageEXT}(GLuint texture,...
void glDisableIndexed(int target, int index)
Entry point to C language function: void {@native glDisableIndexed}(GLenum target,...
static final int GL_VIEW_CLASS_ASTC_10x6_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_10x6_RGBA" with expression '0x9391',...
void glVertexAttribI4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
static final int GL_WEIGHTED_AVERAGE_EXT
GL_EXT_texture_filter_minmax Define "GL_WEIGHTED_AVERAGE_EXT" with expression '0x9367',...
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
static final int GL_INDEX_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_INDEX_ARRAY_LENGTH_NV" with expression '0x8F2E',...
static final int GL_SRGB_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SRGB_WRITE" with expression '0x8298',...
void glMatrixLoaddEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
void glVertexAttribI3uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
static final int GL_PROXY_TEXTURE_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_PROXY_TEXTURE_1D_ARRAY_EXT Define "GL_PROXY_TEXTU...
static final int GL_VIEW_CLASS_BPTC_FLOAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_BPTC_FLOAT" with expression '0x82D...
void glDrawTransformFeedback(int mode, int id)
Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode,...
void glDrawTransformFeedbackStream(int mode, int id, int stream)
Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode,...
static final int GL_VIEW_CLASS_RGTC2_RG
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_RGTC2_RG" with expression '0x82D1'...
void glTextureParameterfEXT(int texture, int target, int pname, float param)
Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture,...
void glMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage3DEXT}(GLenum texunit,...
static final int GL_SR8_EXT
GL_EXT_texture_sRGB_R8 Define "GL_SR8_EXT" with expression '0x8FBD', CType: int
static final int GL_PACK_COMPRESSED_BLOCK_HEIGHT
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_HEIGHT" with...
static final int GL_DEPTH_CLAMP_NEAR_AMD
GL_AMD_depth_clamp_separate Define "GL_DEPTH_CLAMP_NEAR_AMD" with expression '0x901E',...
void glMultiTexParameterivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
static final int GL_RASTER_MULTISAMPLE_EXT
GL_EXT_raster_multisample Define "GL_RASTER_MULTISAMPLE_EXT" with expression '0x9327',...
void glMatrixScalefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode,...
static final int GL_COMPRESSED_SIGNED_RG_RGTC2
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0 Define "GL_COMPRESSED_SIGNED_RG_RGTC2" with expressio...
void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
static final int GL_RG16
GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16 Alias for: GL_RG16_EXT Define "GL_RG16" wit...
void glGetMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
static final int GL_DEBUG_LOGGED_MESSAGES_AMD
GL_AMD_debug_output Define "GL_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9145',...
static final int GL_COVERAGE_MODULATION_TABLE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_NV" with expression '0x9331',...
void glGetNamedProgramStringEXT(int program, int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetNamedProgramStringEXT}(GLuint program,...
static final int GL_COMPRESSED_RED
GL_VERSION_3_0 Define "GL_COMPRESSED_RED" with expression '0x8225', CType: int
void glProgramUniform4dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
static final int GL_INT_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_INT_SAMPLER_BUFFER_AMD" ...
void glGetNamedProgramivEXT(int program, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE" with ...
void glMatrixOrthoEXT(int mode, double left, double right, double bottom, double top, double zNear, double zFar)
Entry point to C language function: void {@native glMatrixOrthoEXT}(GLenum mode, GLdouble left,...
static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW
GL_VERSION_4_6, GL_ARB_transform_feedback_overflow_query Alias for: GL_TRANSFORM_FEEDBACK_STREAM_OVER...
void glGetTexImage(int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level,...
void glVertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj,...
void glPointParameterfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
static final int GL_VIEW_CLASS_ASTC_12x12_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_12x12_RGBA" with expression '0x9395',...
void glVertexAttribI1uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
static final int GL_SAMPLER_1D_SHADOW
GL_VERSION_2_0, GL_ARB_shader_objects Alias for: GL_SAMPLER_1D_SHADOW_ARB Define "GL_SAMPLER_1D_SHAD...
static final int GL_FULL_SUPPORT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FULL_SUPPORT" with expression '0x82B7',...
static final int GL_DEBUG_CATEGORY_API_ERROR_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_API_ERROR_AMD" with expression '0x9149',...
void glGetTextureParameterivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
void glCompressedMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage2DEXT}(GLenum texunit,...
static final int GL_CLIP_DISTANCE7
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_CLIP_DISTANCE7_APPLE,...
void glGetActiveUniformName(int program, int uniformIndex, int bufSize, int[] length, int length_offset, byte[] uniformName, int uniformName_offset)
Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program,...
static final int GL_INTERNALFORMAT_BLUE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_BLUE_TYPE" with expression '0x...
void glVertexAttrib4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4d}(GLuint index,...
static final int GL_DEPTH_CLAMP_FAR_AMD
GL_AMD_depth_clamp_separate Define "GL_DEPTH_CLAMP_FAR_AMD" with expression '0x901F',...
void glNamedRenderbufferStorageEXT(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer...
void glVertexAttrib4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
void glVertexAttrib1d(int index, double x)
Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index,...
void glPointParameterf(int pname, float param)
Entry point to C language function: void {@native glPointParameterf}(GLenum pname,...
void glVertexArrayColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayColorOffsetEXT}(GLuint vaobj,...
void glProgramUniform1dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
void glPointParameterfv(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glDebugMessageEnableAMD(int category, int severity, int count, IntBuffer ids, boolean enabled)
Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category,...
static final int GL_VIEW_CLASS_ASTC_10x10_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_10x10_RGBA" with expression '0x9393',...
void glMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage1DEXT}(GLenum texunit,...
void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE
GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2 Alias for: GL_TRANSFORM_FEEDBAC...
void glVertexAttribI1i(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index,...
static final int GL_CLIP_DISTANCE5
GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE5_EXT,...
static final int GL_CLIP_DISTANCE6
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_CLIP_DISTANCE6_APPLE,...
void glNamedProgramLocalParameter4dEXT(int program, int target, int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dEXT}(GLuint program,...
static final int GL_VIEW_CLASS_24_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_24_BITS" with expression '0x82C9',...
void glMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
void glProgramUniform2dEXT(int program, int location, double x, double y)
Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program,...
void glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
static final int GL_TEXTURE_COMPRESSED_BLOCK_WIDTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_WIDTH" with expressi...
static final int GL_LINE_WIDTH_GRANULARITY
GL_VERSION_1_0 Define "GL_LINE_WIDTH_GRANULARITY" with expression '0x0B23', CType: int
void glProgramUniform3dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glVertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj,...
void glNamedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(...
void glVertexAttribI4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...
static final int GL_IMAGE_CLASS_2_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_16" with expression '0x82BD',...
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST" with e...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
void glCompressedTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage1DEXT}(GLuint texture,...
void glTextureParameteriEXT(int texture, int target, int pname, int param)
Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture,...
static final int GL_SAMPLER_1D_ARRAY_SHADOW
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_SAMPLER_1D_ARRAY_SHADOW_EXT Define "GL_SAMPLER_1D_A...
static final int GL_POLYGON_OFFSET_LINE
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_OFFSET_LINE_NV Define "GL_P...
void glVertexAttrib4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
void glGetFramebufferParameterivEXT(int framebuffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
static final int GL_IMAGE_CLASS_4_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_32" with expression '0x82B9',...
void glFramebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews)
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target,...
static final int GL_NORMAL_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_NORMAL_ARRAY_LENGTH_NV" with expression '0x8F2C',...
static final int GL_VIRTUAL_PAGE_SIZE_Y_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Y_ARB" with expression '0x9196',...
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
void glVertexAttribL2dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glGetVertexAttribLdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glGetIntegerui64vNV(int value, long[] result, int result_offset)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
static final int GL_TEXTURE_COLOR_SAMPLES_NV
GL_NV_texture_multisample Define "GL_TEXTURE_COLOR_SAMPLES_NV" with expression '0x9046',...
void glEnableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj,...
void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
static final int GL_MAX_WINDOW_RECTANGLES_EXT
GL_EXT_window_rectangles Define "GL_MAX_WINDOW_RECTANGLES_EXT" with expression '0x8F14',...
static final int GL_INTERNALFORMAT_SUPPORTED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_SUPPORTED" with expression '0x...
void glGetnCompressedTexImage(int target, int lod, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnCompressedTexImage}(GLenum target,...
void glTextureBufferEXT(int texture, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture,...
static final int GL_SET_AMD
GL_AMD_stencil_operation_extended Define "GL_SET_AMD" with expression '0x874A', CType: int
void glBindMultiTextureEXT(int texunit, int target, int texture)
Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit,...
void glGetBufferParameterui64vNV(int target, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glGetVertexArrayIntegervEXT(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
void glVertexAttrib4uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
void glVertexAttrib4Nusv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
void glGetTextureParameterIuivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
void glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
void glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
void glGetIntegerui64vNV(int value, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
void glVertexAttrib4ubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
void glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
void glFramebufferFetchBarrierEXT()
Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}() Part of GL_EXT_s...
static final int GL_VIEW_CLASS_ASTC_10x5_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_10x5_RGBA" with expression '0x9390',...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
void glVertexAttribI1ui(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
void glGetNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubDataEXT}(GLuint buffer,...
void glNamedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuf...
void glNamedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer...
void glTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
void glTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage2DEXT}(GLuint texture,...
void glVertexAttribL3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
static final int GL_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_DECODE_EXT" with expression '0x8A49', CType: int
static final int GL_VIEW_CLASS_ASTC_5x5_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ASTC_5x5_RGBA" with expression '0x938A',...
static final int GL_INDEX_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_INDEX_ARRAY_ADDRESS_NV" with expression '0x8F24',...
static final int GL_BLUE_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BLUE_INTEGER_EXT Define "GL_BLUE_INTEGER" with ...
void glVertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj,...
void glGetnUniformdv(int program, int location, int bufSize, double[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
void glMatrixMultTransposedEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER
GL_ARB_uniform_buffer_object, GL_VERSION_3_1 Define "GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER" ...
void glGetUniformui64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
void glTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage2DEXT}(GLuint texture,...
void glGetVertexAttribdv(int index, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
static final int GL_PROXY_TEXTURE_CUBE_MAP
GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map Alias for: GL_PROXY_TEXTURE_CUBE_MAP...
void glTextureImage3DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage3DMultisampleNV}(GLuint texture,...
static final int GL_INTERNALFORMAT_SHARED_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_SHARED_SIZE" with expression '...
static final int GL_DRAW_BUFFER
GL_VERSION_1_0, GL_EXT_multiview_draw_buffers Alias for: GL_DRAW_BUFFER_EXT Define "GL_DRAW_BUFFER" ...
static final int GL_IMAGE_CLASS_1_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_8" with expression '0x82C1',...
void glVertexAttribL3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttribL3d}(GLuint index,...
void glCompressedMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage1DEXT}(GLenum texunit,...
void glVertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj,...
static final int GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT" with express...
void glNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubDataEXT}(GLuint buffer,...
void glTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
void glUniformui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
static final int GL_NUM_SPARSE_LEVELS_ARB
GL_ARB_sparse_texture Define "GL_NUM_SPARSE_LEVELS_ARB" with expression '0x91AA', CType: int
void glGetMultiTexParameterfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
static final int GL_FRAGMENT_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAGMENT_TEXTURE" with expression '0x829F',...
void glCopyMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function: void {@native glCopyMultiTexImage2DEXT}(GLenum texunit,...
void glTextureImage2DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage2DMultisampleNV}(GLuint texture,...
static final int GL_INTERNALFORMAT_DEPTH_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_DEPTH_TYPE" with expression '0...
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
static final int GL_SHADER_IMAGE_LOAD
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_LOAD" with expression '0x82A4',...
void glNamedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer...
static final int GL_PACK_COMPRESSED_BLOCK_SIZE
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_SIZE" with e...
void glTextureParameterIivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
static final int GL_BGR_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BGR_INTEGER_EXT Define "GL_BGR_INTEGER" with ex...
void glGetMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
static final int GL_COMPUTE_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COMPUTE_TEXTURE" with expression '0x82A0',...
void glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
static final int GL_VIEW_COMPATIBILITY_CLASS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_COMPATIBILITY_CLASS" with expression '0x...
void glGetMultiTexGenivEXT(int texunit, int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
void glPrimitiveRestartIndex(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index) Part of G...
static final int GL_BACK_RIGHT
GL_VERSION_1_0 Define "GL_BACK_RIGHT" with expression '0x0403', CType: int
void glDisableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj,...
void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
void glVertexAttrib4sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, long data_buffer_offset)
Entry point to C language function: void {@native glCompressedTexSubImage1D}(GLenum target,...
void glTextureStorage2DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage2DMultisampleEXT}(GLuint texture,...
static final int GL_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_RASTER_SAMPLES_EXT" with expression '0x9328',...
void glInvalidateBufferSubData(int buffer, long offset, long length)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glGetVertexArrayPointervEXT(int vaobj, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointervEXT}(GLuint vaobj,...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
void glNamedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uiEXT}(GLuint progra...
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, float[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
static final int GL_IMAGE_PIXEL_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_PIXEL_TYPE" with expression '0x82AA',...
static final int GL_MAX_DEPTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_DEPTH" with expression '0x8280',...
void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTexSubImage1D}(GLenum target,...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY
GL_VERSION_1_2 Define "GL_SMOOTH_LINE_WIDTH_GRANULARITY" with expression '0x0B23',...
void glVertexAttribI3uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
static final int GL_RGBA2
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGBA2_EXT Define "GL_RGBA2" with expression '0x8055',...
void glGetTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_INCOMP...
void glVertexAttrib4Nbv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glVertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj,...
void glGetMultiTexImageEXT(int texunit, int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetMultiTexImageEXT}(GLenum texunit,...
void glVertexAttrib2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index,...
static final int GL_COMPRESSED_RGB
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_RGB_ARB Define "GL_COMPRESSED_RG...
void glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB Define "G...
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
static final int GL_MAX_DEBUG_LOGGED_MESSAGES_AMD
GL_AMD_debug_output Define "GL_MAX_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9144',...
void glGetTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
static final int GL_CLIP_DISTANCE3
GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance Alias for: GL_CLIP_DISTANCE3_APPLE,...
void glGetTexImage(int target, int level, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level,...
void glTextureParameterIuivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
static final int GL_BUFFER_GPU_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_BUFFER_GPU_ADDRESS_NV" with expression '0x8F1D',...
static final int GL_TEXTURE_RECTANGLE
GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle Alias for: GL_TEXTURE_RECTANGLE_ARB...
boolean glIsEnabledIndexed(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target,...
void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(GLuint program,...
void glVertexAttribI2i(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index,...
void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3dv}(GLuint program,...
static final int GL_READ_PIXELS_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS_FORMAT" with expression '0x828D',...
void glClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask) Part ...
static final int GL_DEBUG_SEVERITY_LOW_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_LOW_AMD" with expression '0x9148', CType: int
static final int GL_WINDOW_RECTANGLE_EXT
GL_EXT_window_rectangles Define "GL_WINDOW_RECTANGLE_EXT" with expression '0x8F12',...
void glGetDoublei_vEXT(int pname, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
static final int GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR" with expression '0x9633',...
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
void glVertexAttrib1sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glBufferAddressRangeNV(int pname, int index, long address, long length)
Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname,...
static final int GL_R3_G3_B2
GL_VERSION_1_1 Define "GL_R3_G3_B2" with expression '0x2A10', CType: int
void glNamedFramebufferTexture3DEXT(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset)
Entry point to C language function: void {@native glNamedFramebufferTexture3DEXT}(GLuint framebuffer...
static final int GL_TESSELLATION_FACTOR_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_TESSELLATION_FACTOR_AMD"...
static final int GL_POLYGON_OFFSET_CLAMP_EXT
GL_EXT_polygon_offset_clamp Define "GL_POLYGON_OFFSET_CLAMP_EXT" with expression '0x8E1B',...
void glMatrixLoaddEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
static final int GL_RGB4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB4_EXT Define "GL_RGB4" with expression '0x804F',...
void glGetCompressedTexImage(int target, int level, Buffer img)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
static final int GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
GL_AMD_pinned_memory Define "GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD" with expression '0x9160',...
static final int GL_COMPRESSED_RGBA
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_RGBA_ARB Define "GL_COMPRESSED_R...
void glNamedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuf...
static final int GL_COLOR_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_RENDERABLE" with expression '0x8286',...
void glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
static final int GL_MAX_VIEWS_OVR
GL_OVR_multiview Define "GL_MAX_VIEWS_OVR" with expression '0x9631', CType: int
void glVertexAttrib1dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
void glGetNamedBufferParameterui64vNV(int buffer, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
void glMakeNamedBufferResidentNV(int buffer, int access)
Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer,...
static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_INCOMP...
static final int GL_TESS_CONTROL_SHADER_PATCHES
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_TESS_CONTROL_SHADER_PATCHES_ARB Defin...
void glFramebufferReadBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer,...
void glVertexAttrib3sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT1_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT1_RGBA" with expression '0...
static final int GL_PROXY_TEXTURE_RECTANGLE
GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle Alias for: GL_PROXY_TEXTURE_RECTANG...
static final int GL_VERTEX_SHADER_INVOCATIONS
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_VERTEX_SHADER_INVOCATIONS_ARB Define ...
void glDisableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array,...
static final int GL_SHADER_IMAGE_STORE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_STORE" with expression '0x82A5',...
void glCompressedMultiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage3DEXT}(GLenum texunit,...
static final int GL_GET_TEXTURE_IMAGE_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GET_TEXTURE_IMAGE_FORMAT" with expression '0x...
static final int GL_MAX_LAYERS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_LAYERS" with expression '0x8281',...
static final int GL_GREEN_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_GREEN_INTEGER_EXT Define "GL_GREEN_INTEGER" wit...
static final int GL_VIEW_CLASS_ETC2_RGBA
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_ETC2_RGBA" with expression '0x9386',...
void glVertexAttribI1uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
static final int GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD" with expression '0x914A',...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
static final int GL_INTERNALFORMAT_PREFERRED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_PREFERRED" with expression '0x...
void glGetNamedBufferParameterivEXT(int buffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
void glVertexAttribI3i(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index,...
void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTexImage1D}(GLenum target,...
static final int GL_WINDOW_RECTANGLE_MODE_EXT
GL_EXT_window_rectangles Define "GL_WINDOW_RECTANGLE_MODE_EXT" with expression '0x8F13',...
void glVertexAttribI2iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
void glWindowRectanglesEXT(int mode, int count, int[] box, int box_offset)
Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode,...
void glProgramUniform3dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
void glGetFloatIndexedvEXT(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glVertexAttrib4bv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
static final int GL_IMAGE_CLASS_11_11_10
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_11_11_10" with expression '0x82C2...
static final int GL_COVERAGE_MODULATION_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_NV" with expression '0x9332',...
void glGetBooleanIndexedv(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
static final int GL_PROXY_TEXTURE_3D
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PROXY_TEXTURE_3D_EXT Define "GL_PROXY_TEXTURE_3D" wit...
static final int GL_PACK_LSB_FIRST
GL_VERSION_1_0 Define "GL_PACK_LSB_FIRST" with expression '0x0D01', CType: int
static final int GL_UNSIGNED_BYTE_2_3_3_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_BYTE_2_3_3_REV" with expression '0x8362', CType: int
void glVertexAttribI2ui(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT5_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT5_RGBA" with expression '0...
void glVertexAttribI4usv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
void glMatrixRotatefEXT(int mode, float angle, float x, float y, float z)
Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode,...
static final int GL_MAX_RECTANGLE_TEXTURE_SIZE
GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle Alias for: GL_MAX_RECTANGLE_TEXTURE...
static final int GL_IMAGE_CLASS_2_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_32" with expression '0x82BA',...
static final int GL_VIEW_CLASS_S3TC_DXT1_RGB
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT1_RGB" with expression '0x...
static final int GL_VIEW_CLASS_RGTC1_RED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_RGTC1_RED" with expression '0x82D0...
void glGetDoublev(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
void glGetVertexArrayIntegervEXT(int vaobj, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
static final int GL_PROGRAM_MATRIX_STACK_DEPTH_EXT
GL_EXT_direct_state_access Define "GL_PROGRAM_MATRIX_STACK_DEPTH_EXT" with expression '0x8E2F',...
static final int GL_UNSIGNED_INT_SAMPLER_1D
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_1D_EXT Define "GL_UNSIGNED_INT...
static final int GL_LINE
GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_LINE_NV Define "GL_LINE" with expression '0x1B01',...
void glGenerateTextureMipmapEXT(int texture, int target)
Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture,...
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
static final int GL_FRAGMENT_SHADER_INVOCATIONS
GL_VERSION_4_6, GL_ARB_pipeline_statistics_query Alias for: GL_FRAGMENT_SHADER_INVOCATIONS_ARB Defin...
void glGetCompressedMultiTexImageEXT(int texunit, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedMultiTexImageEXT}(GLenum texunit,...
static final int GL_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_ARB_shader_objects Alias for: GL_SAMPLER_2D_RECT_ARB Define "GL_SAMPLER_2D_RECT" ...
void glMultiTexBufferEXT(int texunit, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit,...
void glVertexAttrib4uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
GL_ARB_transform_feedback3, GL_VERSION_4_0 Define "GL_MAX_TRANSFORM_FEEDBACK_BUFFERS" with expression...
static final int GL_NUM_WINDOW_RECTANGLES_EXT
GL_EXT_window_rectangles Define "GL_NUM_WINDOW_RECTANGLES_EXT" with expression '0x8F15',...
void glPointParameteri(int pname, int param)
Entry point to C language function: void {@native glPointParameteri}(GLenum pname,...
void glProgramUniform1dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
static final int GL_EDGE_FLAG_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_EDGE_FLAG_ARRAY_LENGTH_NV" with expression '0x8F30',...
static final int GL_VIEW_CLASS_128_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_128_BITS" with expression '0x82C4'...
void glGetMultiTexEnvfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
static final int GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE" with expres...
void glVertexAttribL2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glDisableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array,...
static final int GL_VIRTUAL_PAGE_SIZE_X_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_X_ARB" with expression '0x9195',...
void glMultiDrawElementsIndirectAMD(int mode, int type, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectAMD}(GLenum mode,...
static final int GL_TEXTURE_COMPRESSION_HINT
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_TEXTURE_COMPRESSION_HINT_ARB Define "GL_TEX...
static final int GL_TEXTURE_CUBE_MAP_SEAMLESS
GL_ARB_seamless_cube_map, GL_VERSION_3_2 Define "GL_TEXTURE_CUBE_MAP_SEAMLESS" with expression '0x884...
static final int GL_MIN_MAP_BUFFER_ALIGNMENT
GL_VERSION_4_2, GL_ARB_map_buffer_alignment Define "GL_MIN_MAP_BUFFER_ALIGNMENT" with expression '0x9...
void glVertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, boolean normalized, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribOffsetEXT}(GLuint vaobj,...
void glFogCoordFormatNV(int type, int stride)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
void glGetTextureImageEXT(int texture, int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetTextureImageEXT}(GLuint texture,...
static final int GL_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_SAMPLER_1D_ARRAY_EXT Define "GL_SAMPLER_1D_ARRAY" w...
static final int GL_COLOR_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_COLOR_ARRAY_LENGTH_NV" with expression '0x8F2D',...
static final int GL_VERTEX_PROGRAM_POINT_SIZE
GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program Alias for: GL_VERTEX_PROGRAM_POINT_SIZE_A...
long glImportSyncEXT(int external_sync_type, long external_sync, int flags)
Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type,...
void glVertexAttribI3ui(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index,...
static final int GL_STENCIL_OP_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_STENCIL_OP_VALUE_AMD" with expression '0x874C',...
static final int GL_VIEW_CLASS_EAC_R11
GL_ARB_internalformat_query2 Define "GL_VIEW_CLASS_EAC_R11" with expression '0x9383',...
static final int GL_RGBA12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGBA12_EXT Define "GL_RGBA12" with expression '0x805A',...
static final int GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F...
static final int GL_STENCIL_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_STENCIL_COMPONENTS" with expression '0x8285',...
static final int GL_RIGHT
GL_VERSION_1_0 Define "GL_RIGHT" with expression '0x0407', CType: int
void glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
void glNamedBufferDataEXT(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferDataEXT}(GLuint buffer,...
static final int GL_TEXTURE_COVERAGE_SAMPLES_NV
GL_NV_texture_multisample Define "GL_TEXTURE_COVERAGE_SAMPLES_NV" with expression '0x9045',...
void glTextureImage3DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage3DMultisampleCoverageNV}(GLuint text...
static final int GL_EDGE_FLAG_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_EDGE_FLAG_ARRAY_ADDRESS_NV" with expression '0x8F26',...
static final int GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX" with ex...
void glVertexAttribI4sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...