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;
606 public void glGetSynciv(
long sync,
int pname,
int bufSize, IntBuffer length, IntBuffer values);
609 public void glGetSynciv(
long sync,
int pname,
int bufSize,
int[] length,
int length_offset,
int[] values,
int values_offset);
716 public void glGetProgramResourceName(
int program,
int programInterface,
int index,
int bufSize, IntBuffer length, ByteBuffer name);
719 public void glGetProgramResourceName(
int program,
int programInterface,
int index,
int bufSize,
int[] length,
int length_offset,
byte[] name,
int name_offset);
725 public void glGetProgramResourceiv(
int program,
int programInterface,
int index,
int propCount, IntBuffer props,
int bufSize, IntBuffer length, IntBuffer params);
728 public void glGetProgramResourceiv(
int program,
int programInterface,
int index,
int propCount,
int[] props,
int props_offset,
int bufSize,
int[] length,
int length_offset,
int[] params,
int params_offset);
783 public void glPrimitiveBoundingBox(
float minX,
float minY,
float minZ,
float minW,
float maxX,
float maxY,
float maxZ,
float maxW);
789 public void glTexBufferRange(
int target,
int internalformat,
int buffer,
long offset,
long size);
static final int GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
void glPatchParameteri(int pname, int value)
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname,...
static final int GL_UNDEFINED_VERTEX
GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_geometry_shader, GL_EXT_geometry_sha...
static final int GL_GEOMETRY_INPUT_TYPE
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BUFF...
static final int GL_COMPRESSED_RGBA_ASTC_10x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_VERTEX_ATTRIB_BINDING
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_VERTEX_ATTRIB_BINDING" wit...
static final int GL_GEOMETRY_OUTPUT_TYPE
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_MAX_SERVER_WAIT_TIMEOUT
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_MAX_SERVER_WAIT_TIMEOUT_A...
static final int GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_COMPUTE_SHADER_...
void glDrawArraysIndirect(int mode, long indirect_buffer_offset)
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode,...
void glDrawElementsBaseVertex(int mode, int count, int type, long indices_buffer_offset, int basevertex)
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode,...
static final int GL_SHADER_STORAGE_BARRIER_BIT
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BARR...
void glVertexAttribFormat(int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex,...
static final int GL_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_OFFSET" with expression ...
static final int GL_SYNC_CONDITION
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_CONDITION_APPLE Def...
void glGetProgramResourceiv(int program, int programInterface, int index, int propCount, int[] props, int props_offset, int bufSize, int[] length, int length_offset, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program,...
static final int GL_COMPRESSED_RGBA_ASTC_10x8
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_INT_2_10_10_10_REV
GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3, GL_ES_VERSION_3_0 Define "GL_INT_2_10_10_10_REV" w...
static final int GL_ISOLINES
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_TESS_GEN_MODE
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_...
static final int GL_MAX_FRAGMENT_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_MAX_FRAGMENT_IMAGE_UNIFO...
void glMemoryBarrierByRegion(int barriers)
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Pa...
static final int GL_OBJECT_TYPE
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_ARB_shader_objects Alias for: GL_OB...
void glGetSamplerParameteriv(int sampler, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler,...
static final int GL_LAYER_PROVOKING_VERTEX
GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_EXT_geometry_shader, GL_OES_geometry_sha...
static final int GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_HSL_SATURATION
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_SA...
void glDrawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode,...
static final int GL_TESS_GEN_VERTEX_ORDER
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_MAX_GEOMETRY_SHADER_INVOCATIONS
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_geometry_shader, GL_EXT_geometry_shader...
static final int GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_DISPATCH_INDIRECT_BUFFER
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_DISPATCH_INDIRECT_BUFFER" with ex...
static final int GL_CONDITION_SATISFIED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_CONDITION_SATISFIED_APPLE...
static final int GL_NUM_ACTIVE_VARIABLES
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_NUM_ACTIVE_VARIABLES" wi...
static final int GL_LIGHTEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_LIGHTE...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_geometry_shader,...
static final int GL_PATCHES
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_TEXTURE_BUFFER_OFFSET
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer,...
static final int GL_IMAGE_FORMAT_COMPATIBILITY_TYPE
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_IMAGE_FORMAT_COMPATIBILI...
static final int GL_HARDLIGHT
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HARDLI...
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_NV_gpu_program5, GL_ARB_texture_gather Alias for: GL_MAX_PROGRA...
static final int GL_SIGNALED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SIGNALED_APPLE Define "G...
static final int GL_UNIFORM_BLOCK
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_UNIFORM_BLOCK" with expr...
static final int GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_TESS_EVALUATION_SHADER
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
void glGetBufferParameteri64v(int target, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target,...
void glGetInteger64i_v(int target, int index, LongBuffer data)
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target,...
static final int GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_MAX_VERTEX_ATTRIB_RELATIVE...
void glVertexAttribIFormat(int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex,...
void glGetProgramInterfaceiv(int program, int programInterface, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program,...
static final int GL_OVERLAY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_OVERLA...
static final int GL_MAX_COMBINED_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_MAX_COMBINED_IMAGE_UNIFO...
static final int GL_DISPATCH_INDIRECT_BUFFER_BINDING
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_DISPATCH_INDIRECT_BUFFER_BINDING"...
void glVertexBindingDivisor(int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex,...
static final int GL_COMPRESSED_RGBA_ASTC_12x12
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_NAME_LENGTH
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_MAX_NAME_LENGTH" with ex...
void glDrawElementsBaseVertex(int mode, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode,...
static final int GL_MAX_TESS_CONTROL_INPUT_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
void glDrawElementsIndirect(int mode, int type, long indirect_buffer_offset)
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_PROGRAM_OUTPUT
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_PROGRAM_OUTPUT" with exp...
static final int GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
void glGetProgramResourceName(int program, int programInterface, int index, int bufSize, int[] length, int length_offset, byte[] name, int name_offset)
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program,...
static final int GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
void glGetInteger64i_v(int target, int index, long[] data, int data_offset)
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target,...
static final int GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
void glSamplerParameterf(int sampler, int pname, float param)
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler,...
static final int GL_COLORBURN
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORB...
void glWaitSync(long sync, int flags, long timeout)
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags,...
void glDeleteSamplers(int count, int[] samplers, int samplers_offset)
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count,...
void glGetSamplerParameterfv(int sampler, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler,...
static final int GL_COMPRESSED_RGBA_ASTC_6x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_TRANSFORM_FEEDBACK_VARYING
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TRANSFORM_FEEDBACK_VARYI...
static final int GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_FRAGMENT_SHADER...
static final int GL_SYNC_GPU_COMMANDS_COMPLETE
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_GPU_COMMANDS_COMPLET...
void glBindVertexBuffer(int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex,...
static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
int glGetProgramResourceLocation(int program, int programInterface, byte[] name, int name_offset)
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program,...
void glGetProgramResourceName(int program, int programInterface, int index, int bufSize, IntBuffer length, ByteBuffer name)
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program,...
static final int GL_GEOMETRY_SHADER_INVOCATIONS
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_EXT_geometry_shader, GL_OES_geometry_shader...
static final int GL_TEXTURE_IMMUTABLE_LEVELS
GL_ES_VERSION_3_0, GL_OES_texture_view, GL_VERSION_4_3, GL_ARB_texture_view Define "GL_TEXTURE_IMMUTA...
void glDrawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, long indices_buffer_offset, int basevertex)
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode,...
void glGetProgramInterfaceiv(int program, int programInterface, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program,...
static final int GL_DIFFERENCE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_DIFFER...
static final int GL_COLORDODGE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORD...
static final int GL_MAX_VERTEX_ATTRIB_STRIDE
GL_VERSION_4_4, GL_ES_VERSION_3_1 Define "GL_MAX_VERTEX_ATTRIB_STRIDE" with expression '0x82E5',...
static final int GL_TOP_LEVEL_ARRAY_STRIDE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TOP_LEVEL_ARRAY_STRIDE" ...
static final int GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_SHADER_STORAGE_...
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shader Alias for: GL_MAX_G...
static final int GL_COMPUTE_SHADER
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_COMPUTE_SHADER" with expression '...
static final int GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_LOCATION
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_LOCATION" with expressio...
static final int GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_VERTEX_SHADER_S...
static final int GL_VERTEX_BINDING_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_VERTEX_BINDING_OFFSET" wit...
static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shader Alias for: GL_MAX_G...
static final int GL_MAX_PATCH_VERTICES
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_FRACTIONAL_ODD
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_MAX_FRAGMENT_INPUT_COMPONENTS
GL_ES_VERSION_3_0, GL_VERSION_3_2 Define "GL_MAX_FRAGMENT_INPUT_COMPONENTS" with expression '0x9125',...
static final int GL_REFERENCED_BY_TESS_EVALUATION_SHADER
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_IS_PER_PATCH
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader,...
static final int GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_ARB_texture_gather, GL_NV_gpu_program5 Alias for: GL_MIN_PROGRA...
static final int GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY
GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibility Alias for: GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARB D...
static final int GL_MULTISAMPLE_LINE_WIDTH_RANGE
GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibility Alias for: GL_MULTISAMPLE_LINE_WIDTH_RANGE_ARB Define ...
static final int GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_COMBINED_SHADER...
static final int GL_COMPRESSED_RGBA_ASTC_10x10
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_ARRAY_STRIDE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_ARRAY_STRIDE" with expre...
void glSamplerParameteri(int sampler, int pname, int param)
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler,...
static final int GL_LINE_STRIP_ADJACENCY
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4,...
static final int GL_COMPUTE_WORK_GROUP_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_COMPUTE_WORK_GROUP_SIZE" with expression '0x8267',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
boolean glIsSync(long sync)
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSIO...
static final int GL_MATRIX_STRIDE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_MATRIX_STRIDE" with expr...
static final int GL_COMPRESSED_RGBA_ASTC_12x10
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
void glVertexAttribBinding(int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex,...
void glDrawElementsIndirect(int mode, int type, Buffer indirect)
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode,...
static final int GL_SHADER_STORAGE_BUFFER_START
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BUFF...
static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_EXT_tessellation_shader,...
static final int GL_MAX_COMPUTE_UNIFORM_COMPONENTS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_UNIFORM_COMPONENTS" w...
static final int GL_TRIANGLE_STRIP_ADJACENCY
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_ARB_geometry_shader4,...
static final int GL_IS_ROW_MAJOR
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_IS_ROW_MAJOR" with expre...
int glGetProgramResourceLocation(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program,...
static final int GL_EXCLUSION
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_EXCLUS...
static final int GL_MAX_COMPUTE_UNIFORM_BLOCKS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_UNIFORM_BLOCKS" with ...
static final int GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_tessellation_shader,...
static final int GL_COMPUTE_SHADER_BIT
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_COMPUTE_SHADER_BIT" with expressi...
void glGetProgramResourceiv(int program, int programInterface, int index, int propCount, IntBuffer props, int bufSize, IntBuffer length, IntBuffer params)
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program,...
static final int GL_FRAGMENT_INTERPOLATION_OFFSET_BITS
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_shader_multisample_interpolation Alias ...
long glFenceSync(int condition, int flags)
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition,...
static final int GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED
GL_EXT_tessellation_shader, GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_OES_tessellation_shader Alias for: ...
static final int GL_TESS_CONTROL_OUTPUT_VERTICES
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
void glFramebufferTexture(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target,...
static final int GL_TESS_CONTROL_SHADER
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_CONTEXT_LOST
GL_ES_VERSION_3_2, GL_VERSION_4_5, GL_KHR_robustness Alias for: GL_CONTEXT_LOST_KHR Define "GL_CONTE...
static final int GL_REFERENCED_BY_TESS_CONTROL_SHADER
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_tessellation_shader,...
static final int GL_MAX_COMPUTE_SHARED_MEMORY_SIZE
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_SHARED_MEMORY_SIZE" w...
static final int GL_ACTIVE_VARIABLES
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_ACTIVE_VARIABLES" with e...
static final int GL_SAMPLER_BINDING
GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0 Define "GL_SAMPLER_BINDING" with expression...
static final int GL_BUFFER_BINDING
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_BUFFER_BINDING" with exp...
static final int GL_COMPRESSED_RGBA_ASTC_6x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
void glGetSamplerParameterfv(int sampler, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler,...
void glSamplerParameteriv(int sampler, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler,...
static final int GL_MAX_TESS_PATCH_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_COMPRESSED_RGBA_ASTC_10x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
void glGetSynciv(long sync, int pname, int bufSize, int[] length, int length_offset, int[] values, int values_offset)
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname,...
static final int GL_NAME_LENGTH
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_NAME_LENGTH" with expres...
void glDrawElementsInstancedBaseVertex(int mode, int count, int type, Buffer indices, int instancecount, int basevertex)
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode,...
static final int GL_COMPRESSED_RGBA_ASTC_8x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_IMAGE_FORMAT_COMPATIBILI...
static final int GL_SHADER_STORAGE_BLOCK
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_SHADER_STORAGE_BLOCK" wi...
static final int GL_MULTIPLY
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_MULTIP...
boolean glIsSampler(int sampler)
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_ARB...
static final int GL_TEXTURE_BUFFER_BINDING
GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_EXT_texture_buffer, GL_OES_texture_buffer Alias for: GL_TEXTURE...
static final int GL_MAX_COMPUTE_WORK_GROUP_COUNT
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_WORK_GROUP_COUNT" wit...
int glGetProgramResourceIndex(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program,...
void glDeleteSync(long sync)
Entry point to C language function: void {@native glDeleteSync}(GLsync sync) Part of GL_ES_VERSION...
static final int GL_COMPRESSED_RGBA_ASTC_5x4
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_COMPRESSED_RGBA_ASTC_8x8
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS
GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS" with expression '0x9...
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4,...
static final int GL_TESS_GEN_SPACING
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_REFERENCED_BY_GEOMETRY_SHADER
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_geometry_shader,...
static final int GL_SOFTLIGHT
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SOFTLI...
static final int GL_REFERENCED_BY_VERTEX_SHADER
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_REFERENCED_BY_VERTEX_SHA...
void glSamplerParameteriv(int sampler, int pname, IntBuffer param)
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler,...
static final int GL_SHADER_STORAGE_BUFFER
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BUFF...
static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_tessellation_shader,...
static final int GL_ARRAY_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_ARRAY_SIZE" with express...
static final int GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMBINED_COMPUTE_UNIFORM_COMP...
static final int GL_TYPE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TYPE" with expression '0...
void glDispatchComputeIndirect(long indirect)
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect) Pa...
void glGetBufferParameteri64v(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target,...
static final int GL_HSL_LUMINOSITY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_LU...
static final int GL_TESS_GEN_POINT_MODE
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_MAX_TESS_GEN_LEVEL
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_VERTEX_BINDING_DIVISOR
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_VERTEX_BINDING_DIVISOR" wi...
void glGetInteger64v(int pname, LongBuffer data)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
static final int GL_UNSIGNALED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_UNSIGNALED_APPLE Define ...
void glDeleteSamplers(int count, IntBuffer samplers)
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count,...
static final int GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_IMAGE_FORMAT_COMPATIBILI...
void glGenSamplers(int count, int[] samplers, int samplers_offset)
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) ...
static final int GL_BUFFER_DATA_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_BUFFER_DATA_SIZE" with e...
void glGetSamplerParameteriv(int sampler, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler,...
void glDrawArraysIndirect(int mode, Buffer indirect)
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode,...
static final int GL_HSL_HUE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_HU...
static final int GL_REFERENCED_BY_FRAGMENT_SHADER
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_REFERENCED_BY_FRAGMENT_S...
void glBindSampler(int unit, int sampler)
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler) Part...
static final int GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS" ...
void glGetSynciv(long sync, int pname, int bufSize, IntBuffer length, IntBuffer values)
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname,...
void glDrawElementsInstancedBaseVertex(int mode, int count, int type, long indices_buffer_offset, int instancecount, int basevertex)
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode,...
static final int GL_MAX_VERTEX_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2 Define "GL_MAX_VERTEX_IMAGE_UNIFORM...
static final int GL_ALREADY_SIGNALED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_ALREADY_SIGNALED_APPLE D...
static final int GL_ATOMIC_COUNTER_BUFFER_INDEX
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_ATOMIC_COUNTER_BUFFER_IN...
static final int GL_FRACTIONAL_EVEN
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_COMPRESSED_RGBA_ASTC_8x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_REFERENCED_BY_COMPUTE_SHADER
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_REFERENCED_BY_COMPUTE_SH...
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4,...
static final int GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_SHADER_STORAGE_BUFFER_BINDING
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BUFF...
static final int GL_WAIT_FAILED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_WAIT_FAILED_APPLE Define...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_COMBINED_SHADER...
static final int GL_MAX_UNIFORM_LOCATIONS
GL_ARB_explicit_uniform_location, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_UNIFORM_LOCATIONS"...
static final int GL_TOP_LEVEL_ARRAY_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TOP_LEVEL_ARRAY_SIZE" wi...
static final int GL_GEOMETRY_VERTICES_OUT
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_MAX_GEOMETRY_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_geometry_shader,...
static final int GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFER...
static final int GL_PRIMITIVE_BOUNDING_BOX
GL_ES_VERSION_3_2, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility, GL_OES_primitive_boundi...
static final int GL_SYNC_FLUSH_COMMANDS_BIT
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_FLUSH_COMMANDS_BIT_A...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer,...
static final int GL_VERTEX_ATTRIB_RELATIVE_OFFSET
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_VERTEX_ATTRIB_RELATIVE_OFF...
static final int GL_TRIANGLES_ADJACENCY
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
static final int GL_MAX_COMPUTE_WORK_GROUP_SIZE
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_WORK_GROUP_SIZE" with...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
void glTexBufferRange(int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTexBufferRange}(GLenum target,...
void glSamplerParameterfv(int sampler, int pname, float[] param, int param_offset)
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler,...
static final int GL_MAX_COMPUTE_IMAGE_UNIFORMS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_IMAGE_UNIFORMS" with ...
static final int GL_UNIFORM
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_UNIFORM" with expression...
static final int GL_TEXTURE_BUFFER_SIZE
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer,...
static final int GL_DARKEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_DARKEN...
static final int GL_VERTEX_BINDING_BUFFER
GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_VERTEX_BINDING_BUFFER" with expression '0x8F4F',...
void glGenSamplers(int count, IntBuffer samplers)
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) ...
static final int GL_BLOCK_INDEX
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_BLOCK_INDEX" with expres...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_SHADER_STORAGE_BUFFER_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_SHADER_STORAGE_BUFF...
static final int GL_PATCH_VERTICES
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_COMPUTE_ATOMIC_COUNTERS
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3 Define "GL_MAX_COMPUTE_ATOMIC_COUNTERS" with...
static final int GL_COMPRESSED_RGBA_ASTC_4x4
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
void glDispatchCompute(int num_groups_x, int num_groups_y, int num_groups_z)
Entry point to C language function: void {@native glDispatchCompute}(GLuint num_groups_x,...
static final int GL_SCREEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SCREEN...
static final int GL_BUFFER_VARIABLE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_BUFFER_VARIABLE" with ex...
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader4, GL_EXT_geometry_shader,...
static final int GL_SYNC_STATUS
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_STATUS_APPLE Define...
static final int GL_SYNC_FENCE
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_FENCE_APPLE Define ...
static final int GL_SYNC_FLAGS
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_SYNC_FLAGS_APPLE Define ...
static final int GL_MAX_VERTEX_ATTRIB_BINDINGS
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_MAX_VERTEX_ATTRIB_BINDINGS...
static final int GL_DRAW_INDIRECT_BUFFER_BINDING
GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0 Define "GL_DRAW_INDIRECT_BUFFER_BINDING" with...
static final int GL_ACTIVE_RESOURCES
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_ACTIVE_RESOURCES" with e...
static final int GL_MAX_VERTEX_OUTPUT_COMPONENTS
GL_ES_VERSION_3_0, GL_VERSION_3_2 Define "GL_MAX_VERTEX_OUTPUT_COMPONENTS" with expression '0x9122',...
void glSamplerParameterfv(int sampler, int pname, FloatBuffer param)
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler,...
int glGetProgramResourceIndex(int program, int programInterface, byte[] name, int name_offset)
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program,...
static final int GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader,...
int glClientWaitSync(long sync, int flags, long timeout)
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync,...
void glGetInteger64v(int pname, long[] data, int data_offset)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
static final int GL_VERTEX_BINDING_STRIDE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding Define "GL_VERTEX_BINDING_STRIDE" wit...
static final int GL_LINES_ADJACENCY
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_GEOMETRY_SHADER
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4,...
static final int GL_PROGRAM_INPUT
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_PROGRAM_INPUT" with expr...
static final int GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader,...
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
static final int GL_MAX_NUM_ACTIVE_VARIABLES
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_MAX_NUM_ACTIVE_VARIABLES...
static final int GL_HSL_COLOR
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_CO...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4,...
void glPrimitiveBoundingBox(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
Entry point to C language function: void {@native glPrimitiveBoundingBox}(GLfloat minX,...
static final int GL_COMPRESSED_RGBA_ASTC_5x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_DRAW_INDIRECT_BUFFER
GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0 Define "GL_DRAW_INDIRECT_BUFFER" with express...
static final int GL_TIMEOUT_EXPIRED
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync Alias for: GL_TIMEOUT_EXPIRED_APPLE De...
static final int GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Alias for...
static final int GL_MAX_SHADER_STORAGE_BLOCK_SIZE
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object Define "GL_MAX_SHADER_STORAGE_...