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;
814 public void glGetDoublev(
int pname,
double[] params,
int params_offset);
821 public void glTexImage1D(
int target,
int level,
int internalFormat,
int width,
int border,
int format,
int type, Buffer pixels);
824 public void glTexImage1D(
int target,
int level,
int internalFormat,
int width,
int border,
int format,
int type,
long pixels_buffer_offset);
828 public void glGetTexImage(
int target,
int level,
int format,
int type, Buffer pixels);
831 public void glGetTexImage(
int target,
int level,
int format,
int type,
long pixels_buffer_offset);
841 public void glTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
844 public void glTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
847 public void glCopyTexImage1D(
int target,
int level,
int internalformat,
int x,
int y,
int width,
int border);
854 public void glCompressedTexImage1D(
int target,
int level,
int internalformat,
int width,
int border,
int imageSize, Buffer data);
857 public void glCompressedTexImage1D(
int target,
int level,
int internalformat,
int width,
int border,
int imageSize,
long data_buffer_offset);
864 public void glCompressedTexSubImage1D(
int target,
int level,
int xoffset,
int width,
int format,
int imageSize,
long data_buffer_offset);
879 public void glMultiDrawArrays(
int mode,
int[] first,
int first_offset,
int[] count,
int count_offset,
int drawcount);
884 public void glMultiDrawElements(
int mode, IntBuffer count,
int type, PointerBuffer indices,
int drawcount);
1183 public void glGetActiveUniformName(
int program,
int uniformIndex,
int bufSize,
int[] length,
int length_offset,
byte[] uniformName,
int uniformName_offset);
1373 public void glClearBufferSubData(
int target,
int internalformat,
long offset,
long size,
int format,
int type, Buffer data);
1383 public void glInvalidateTexSubImage(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth);
1400 public void glGetnTexImage(
int target,
int level,
int format,
int type,
int bufSize, Buffer pixels);
1407 public void glGetnUniformdv(
int program,
int location,
int bufSize,
double[] params,
int params_offset);
1419 public void glTexPageCommitmentARB(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
boolean commit);
1437 public int glGetDebugMessageLogAMD(
int count,
int bufsize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message);
1440 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);
1539 public void glTexImage3DMultisampleCoverageNV(
int target,
int coverageSamples,
int colorSamples,
int internalFormat,
int width,
int height,
int depth,
boolean fixedSampleLocations);
1545 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,...
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,...
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...
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...
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...
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 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...
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
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 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 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...
static final int GL_RGB12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB12_EXT Define "GL_RGB12" with expression '0x8053',...
static final int GL_TESS_CONTROL_SHADER_PATCHES_ARB
GL_ARB_pipeline_statistics_query Define "GL_TESS_CONTROL_SHADER_PATCHES_ARB" with expression '0x82F1'...
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_1, 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...
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,...
static final int GL_STENCIL_INDEX16
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_STENCIL_INDEX16_EX...
static final int GL_CAVEAT_SUPPORT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_CAVEAT_SUPPORT" with expression '0x82B8',...
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_1, GL_VERSION_1_0 Define "GL_BACK_LEFT" with expression '0x0402', CType: int
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...
void glProgramUniformui64NV(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
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,...
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 glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
void glVertexAttribI2iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
static final int GL_COMPRESSED_RG
GL_VERSION_3_0 Define "GL_COMPRESSED_RG" with expression '0x8226', CType: int
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...
static final int GL_CLIP_DISTANCE2
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE2_APPLE Define "GL_CLIP_DISTANCE2"...
static final int GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR
GL_KHR_no_error Define "GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR" with expression '0x00000008',...
void glMakeBufferNonResidentNV(int target)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
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,...
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_TEXTURE_GATHER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_GATHER" with expression '0x82A2',...
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_1, GL_VERSION_1_0 Define "GL_TEXTURE_1D" with expression '0x0DE0', CType: int
void glEdgeFlagFormatNV(int stride)
Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride) Part of GL_N...
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 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_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_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 glClearBufferData(int target, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferData}(GLenum target,...
static final int GL_INTERNALFORMAT_STENCIL_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_STENCIL_SIZE" with expression ...
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_1, GL_VERSION_1_0 Define "GL_LEFT" with expression '0x0406', CType: int
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_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_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',...
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',...
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_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_1, GL_VERSION_1_0 Define "GL_LINE_WIDTH_RANGE" with expression '0x0B22',...
static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB" with expression '...
static final int GL_CLIPPING_INPUT_PRIMITIVES_ARB
GL_ARB_pipeline_statistics_query Define "GL_CLIPPING_INPUT_PRIMITIVES_ARB" with expression '0x82F6',...
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,...
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_1, GL_VERSION_1_0 Define "GL_UNPACK_LSB_FIRST" with expression '0x0CF1',...
void glEnableClientState(int cap)
Entry point to C language function: void {@native glEnableClientState}(GLenum cap) Part of GL_NV_v...
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',...
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 ...
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,...
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,...
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,...
static final int GL_FRONT_LEFT
GL_VERSION_1_1, 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_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,...
static final int GL_CLIPPING_OUTPUT_PRIMITIVES_ARB
GL_ARB_pipeline_statistics_query Define "GL_CLIPPING_OUTPUT_PRIMITIVES_ARB" with expression '0x82F7',...
static final int GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
GL_ARB_transform_feedback_overflow_query Define "GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB" with expression ...
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 ...
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,...
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...
boolean glIsBufferResidentNV(int target)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
static final int GL_FRAMEBUFFER_RENDERABLE_LAYERED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_RENDERABLE_LAYERED" with expressi...
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_1, GL_VERSION_1_0 Define "GL_UNPACK_SWAP_BYTES" with expression '0x0CF0',...
static final int GL_PRIMITIVES_SUBMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_PRIMITIVES_SUBMITTED_ARB" with expression '0x82EF',...
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',...
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_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_FILL_NV Define "GL_FILL" with expre...
static final int GL_CLIP_DISTANCE4
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE4_APPLE Define "GL_CLIP_DISTANCE4"...
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 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,...
static final int GL_INTERNALFORMAT_GREEN_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_GREEN_TYPE" with expression '0...
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 glVertexAttribI3iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
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_...
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 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,...
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...
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 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_DRAW_INDIRECT_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_ADDRESS_NV" with expression '0x8F41',...
boolean glIsNamedBufferResidentNV(int buffer)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
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_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 Alias for: GL_CLIP_DISTANCE0_APPLE Define "GL_CLIP_DISTANCE0"...
void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, long[] params, int params_offset)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
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...
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 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,...
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,...
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_1, GL_VERSION_1_0 Define "GL_PACK_SWAP_BYTES" with expression '0x0D00',...
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...
static final int GL_POINT
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POINT_NV Define "GL_POINT" with exp...
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...
static final int GL_DRAW_INDIRECT_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_UNIFIED_NV" with expression '0x8F40',...
void glVertexAttribI2uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
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',...
static final int GL_INTERNALFORMAT_ALPHA_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_ALPHA_SIZE" with expression '0...
static final int GL_MANUAL_GENERATE_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MANUAL_GENERATE_MIPMAP" with expression '0x82...
static final int GL_SYNC_X11_FENCE_EXT
GL_EXT_x11_sync_object Define "GL_SYNC_X11_FENCE_EXT" with expression '0x90E1', CType: int
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',...
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_1, 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_POLYGON_SMOOTH
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH" with expression '0x0B41',...
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 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 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 glVertexAttrib2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
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,...
static final int GL_NORMAL_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_NORMAL_ARRAY_ADDRESS_NV" with expression '0x8F22',...
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...
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...
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,...
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
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_IMAGE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_IMAGE_TYPE" with expression '0x8290',...
static final int GL_NUM_VIRTUAL_PAGE_SIZES_ARB
GL_ARB_sparse_texture Define "GL_NUM_VIRTUAL_PAGE_SIZES_ARB" with expression '0x91A8',...
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 glProvokingVertex(int mode)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
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_1, GL_VERSION_1_0 Define "GL_POINT_SIZE_GRANULARITY" with expression '0x0B13',...
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_UPPER_LEFT
GL_VERSION_2_0 Define "GL_UPPER_LEFT" with expression '0x8CA2', CType: int
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,...
static final int GL_POLYGON_SMOOTH_HINT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH_HINT" with expression '0x0C53',...
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',...
static final int GL_FACTOR_MAX_AMD
GL_AMD_blend_minmax_factor Define "GL_FACTOR_MAX_AMD" with expression '0x901D', CType: int
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 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 ...
static final int GL_STEREO
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_STEREO" with expression '0x0C33', CType: int
static final int GL_TESS_CONTROL_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TESS_CONTROL_TEXTURE" with expression '0x829C...
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 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_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_SAMPLER_BUFFER_AMD" with...
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,...
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,...
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_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_MODE_NV Define "GL_POLYGON_...
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 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 glSecondaryColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
void glVertexAttribI1iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
static final int GL_RGB5
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB5_EXT Define "GL_RGB5" with expression '0x8050',...
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...
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',...
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_FILTER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FILTER" with expression '0x829A',...
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...
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_VERTICES_SUBMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_VERTICES_SUBMITTED_ARB" with expression '0x82EE',...
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 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_LOWER_LEFT
GL_VERSION_2_0 Define "GL_LOWER_LEFT" with expression '0x8CA1', CType: int
void glProgramUniform2dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
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 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',...
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 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...
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 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',...
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 Alias for: GL_TEXTURE_LOD_BIAS_EXT Define "GL_TEXTURE_LOD_BI...
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 glDisableClientState(int cap)
Entry point to C language function: void {@native glDisableClientState}(GLenum cap) Part of GL_NV_...
void glVertexAttribI2uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB
GL_ARB_sparse_buffer Define "GL_SPARSE_BUFFER_PAGE_SIZE_ARB" with expression '0x82F8',...
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',...
static final int GL_CLIP_DISTANCE1
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE1_APPLE Define "GL_CLIP_DISTANCE1"...
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',...
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 Define "GL_SUBSAMPLE_DISTANCE_AMD" with expression '0x883F',...
static final int GL_COLOR_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_COMPONENTS" with expression '0x8283',...
static final int GL_POINT_SIZE_RANGE
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POINT_SIZE_RANGE" with expression '0x0B12',...
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 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,...
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,...
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...
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 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 Alias for: GL_MAX_CLIP_DISTANCES_APPLE Define "GL_MAX_CLIP_DI...
void glVertexAttrib1sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glVertexAttribI4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
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 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'...
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',...
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...
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_VERTEX_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_VERTEX_SHADER_INVOCATIONS_ARB" with expression '0x82F0',...
static final int GL_COMPRESSED_RED
GL_VERSION_3_0 Define "GL_COMPRESSED_RED" with expression '0x8225', CType: int
static final int GL_INT_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_INT_SAMPLER_BUFFER_AMD" ...
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 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 glPointParameterfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
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',...
static final int GL_CLIP_DISTANCE7
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE7_APPLE Define "GL_CLIP_DISTANCE7"...
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 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 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_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_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE5_APPLE Define "GL_CLIP_DISTANCE5"...
static final int GL_CLIP_DISTANCE6
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE6_APPLE Define "GL_CLIP_DISTANCE6"...
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',...
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_1, GL_VERSION_1_0 Define "GL_LINE_WIDTH_GRANULARITY" with expression '0x0B23',...
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...
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,...
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',...
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 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',...
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_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,...
static final int GL_SET_AMD
GL_AMD_stencil_operation_extended Define "GL_SET_AMD" with expression '0x874A', CType: int
void glGetBufferParameterui64vNV(int target, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
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 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 glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
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 glVertexAttribI1ui(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
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_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 glGetnUniformdv(int program, int location, int bufSize, double[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
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 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_1, GL_VERSION_1_0, GL_EXT_multiview_draw_buffers Alias for: GL_DRAW_BUFFER_EXT Define "...
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,...
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 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
static final int GL_FRAGMENT_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAGMENT_TEXTURE" with expression '0x829F',...
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,...
void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
static final int GL_INTERNALFORMAT_DEPTH_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_DEPTH_TYPE" with expression '0...
static final int GL_SHADER_IMAGE_LOAD
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_LOAD" with expression '0x82A4',...
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...
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...
static final int GL_COMPUTE_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COMPUTE_TEXTURE" with expression '0x82A0',...
static final int GL_VIEW_COMPATIBILITY_CLASS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_COMPATIBILITY_CLASS" with expression '0x...
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_1, GL_VERSION_1_0 Define "GL_BACK_RIGHT" with expression '0x0403', CType: int
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,...
static final int GL_COMPUTE_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_COMPUTE_SHADER_INVOCATIONS_ARB" with expression '0x82F5',...
void glInvalidateBufferSubData(int buffer, long offset, long length)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
static final int GL_FACTOR_MIN_AMD
GL_AMD_blend_minmax_factor Define "GL_FACTOR_MIN_AMD" with expression '0x901C', CType: int
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,...
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',...
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,...
static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB
GL_ARB_transform_feedback_overflow_query Define "GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB" with expr...
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...
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...
static final int GL_MAX_DEBUG_LOGGED_MESSAGES_AMD
GL_AMD_debug_output Define "GL_MAX_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9144',...
static final int GL_CLIP_DISTANCE3
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE3_APPLE Define "GL_CLIP_DISTANCE3"...
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,...
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...
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',...
static final int GL_DEBUG_SEVERITY_LOW_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_LOW_AMD" with expression '0x9148', CType: int
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
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_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...
static final int GL_COLOR_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_RENDERABLE" with expression '0x8286',...
static final int GL_FRAGMENT_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_FRAGMENT_SHADER_INVOCATIONS_ARB" with expression '0x82F4'...
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...
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_SHADER_IMAGE_STORE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_STORE" with expression '0x82A5',...
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...
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',...
static final int GL_INTERNALFORMAT_PREFERRED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_PREFERRED" with expression '0x...
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_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB" with expression '...
void glVertexAttribI2iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
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_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_1, GL_VERSION_1_0 Define "GL_PACK_LSB_FIRST" with expression '0x0D01',...
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,...
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...
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_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_LINE_NV Define "GL_LINE" with expre...
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 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...
void glPointParameteri(int pname, int param)
Entry point to C language function: void {@native glPointParameteri}(GLenum pname,...
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'...
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,...
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 glFogCoordFormatNV(int type, int stride)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
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_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_1, GL_VERSION_1_0 Define "GL_RIGHT" with expression '0x0407', CType: int
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,...