4package com.jogamp.opengl;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
10import com.jogamp.gluegen.runtime.*;
11import com.jogamp.common.os.*;
12import com.jogamp.common.nio.*;
14import com.jogamp.common.util.*;
17import java.util.HashMap;
18import java.nio.charset.Charset;
19import java.nio.charset.StandardCharsets;
278 public void glTextureView(
int texture,
int target,
int origtexture,
int internalformat,
int minlevel,
int numlevels,
int minlayer,
int numlayers);
289 public void glClearTexImage(
int texture,
int level,
int format,
int type, Buffer data);
293 public void glClearTexSubImage(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer data);
300 public void glBindBuffersBase(
int target,
int first,
int count,
int[] buffers,
int buffers_offset);
306 public void glBindBuffersRange(
int target,
int first,
int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes);
311 public void glBindBuffersRange(
int target,
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets, PointerBuffer sizes);
318 public void glBindTextures(
int first,
int count,
int[] textures,
int textures_offset);
325 public void glBindSamplers(
int first,
int count,
int[] samplers,
int samplers_offset);
338 public void glBindVertexBuffers(
int first,
int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides);
342 public void glBindVertexBuffers(
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets,
int[] strides,
int strides_offset);
505 public void glBlitNamedFramebuffer(
int readFramebuffer,
int drawFramebuffer,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1,
int mask,
int filter);
557 public void glTextureStorage3D(
int texture,
int levels,
int internalformat,
int width,
int height,
int depth);
567 public void glTextureSubImage1D(
int texture,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
570 public void glTextureSubImage1D(
int texture,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
574 public void glTextureSubImage2D(
int texture,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
577 public void glTextureSubImage2D(
int texture,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type,
long pixels_buffer_offset);
581 public void glTextureSubImage3D(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer pixels);
584 public void glTextureSubImage3D(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
long pixels_buffer_offset);
596 public void glCompressedTextureSubImage3D(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize, Buffer data);
605 public void glCopyTextureSubImage3D(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
649 public void glGetTextureImage(
int texture,
int level,
int format,
int type,
int bufSize, Buffer pixels);
724 public void glVertexArrayVertexBuffers(
int vaobj,
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets,
int[] strides,
int strides_offset);
797 public void glGetTextureSubImage(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
int bufSize, Buffer pixels);
801 public void glGetCompressedTextureSubImage(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int bufSize, Buffer pixels);
OpenGL buffer storage object reflecting it's.
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeExceptio...
void glBindBuffersRange(int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes)
Entry point to C language function: void {@native glBindBuffersRange}(GLenum target,...
static final int GL_GEOMETRY_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_GEOMETRY_SUBROUTINE" with expression '0x92E...
static final int GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB
GL_ARB_compute_variable_group_size Define "GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB" with expression '0...
void glNamedRenderbufferStorage(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer,...
void glMultiDrawArraysIndirect(int mode, Buffer indirect, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirect}(GLenum mode,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
GL_VERSION_4_4 Define "GL_TRANSFORM_FEEDBACK_BUFFER_INDEX" with expression '0x934B',...
void glGetVertexArrayIndexediv(int vaobj, int index, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj,...
void glCreateQueries(int target, int n, IntBuffer ids)
Entry point to C language function: void {@native glCreateQueries}(GLenum target,...
void glTextureParameterIuiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture,...
void glVertexArrayVertexBuffers(int vaobj, int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, int[] strides, int strides_offset)
Entry point to C language function: void {@native glVertexArrayVertexBuffers}(GLuint vaobj,...
static final int GL_LOCATION_INDEX
GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended Alias for: GL_LOCATION_IND...
void glTextureParameterf(int texture, int pname, float param)
Entry point to C language function: void {@native glTextureParameterf}(GLuint texture,...
static final int GL_COMPUTE_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_COMPUTE_SUBROUTINE_UNIFORM" with expression...
void glCreateTransformFeedbacks(int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n,...
void glGetTextureLevelParameterfv(int texture, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture,...
void glBindVertexBuffers(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
Entry point to C language function: void {@native glBindVertexBuffers}(GLuint first,...
static final int GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB
GL_ARB_compute_variable_group_size Define "GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB" with expres...
void glVertexArrayElementBuffer(int vaobj, int buffer)
Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj,...
void glProgramUniform3ui64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program,...
void glGetTransformFeedbacki64_v(int xfb, int pname, int index, LongBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb,...
static final int GL_FRAGMENT_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_FRAGMENT_SUBROUTINE_UNIFORM" with expressio...
static final int GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
GL_VERSION_4_5, GL_EXT_clip_cull_distance Alias for: GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT Def...
GLBufferStorage mapNamedBuffer(int bufferName, int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(....
void glCreateTextures(int target, int n, IntBuffer textures)
Entry point to C language function: void {@native glCreateTextures}(GLenum target,...
void glUniform1ui64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location,...
void glGetnUniformui64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program,...
void glBindBuffersBase(int target, int first, int count, int[] buffers, int buffers_offset)
Entry point to C language function: void {@native glBindBuffersBase}(GLenum target,...
void glTextureBarrier()
Entry point to C language function: void {@native glTextureBarrier}() Part of GL_VERSION_4_5,...
void glClearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, int[] value, int value_offset)
Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer,...
void glTextureStorage3DMultisample(int texture, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage3DMultisample}(GLuint texture,...
static final int GL_UNSIGNED_INT64_VEC3_ARB
GL_ARB_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC3_ARB" with expression '0x8FF6',...
void glNamedBufferSubData(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubData}(GLuint buffer,...
void glInvalidateNamedFramebufferData(int framebuffer, int numAttachments, int[] attachments, int attachments_offset)
Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuff...
void glTransformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size)
Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb,...
static final int GL_QUERY_BUFFER
GL_VERSION_4_4, GL_AMD_query_buffer_object Alias for: GL_QUERY_BUFFER_AMD Define "GL_QUERY_BUFFER" w...
static final int GL_LOCATION_COMPONENT
GL_VERSION_4_4 Define "GL_LOCATION_COMPONENT" with expression '0x934A', CType: int
void glNamedFramebufferDrawBuffers(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer,...
static final int GL_BUFFER_STORAGE_FLAGS
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_BUFFER_STORAGE_FLAGS_EXT Define "GL_BUFFER_STORA...
static final int GL_MAX_SHADER_COMPILER_THREADS_ARB
GL_ARB_parallel_shader_compile Define "GL_MAX_SHADER_COMPILER_THREADS_ARB" with expression '0x91B0',...
static final int GL_VERTEX_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_VERTEX_SUBROUTINE" with expression '0x92E8'...
void glTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage2D}(GLuint texture,...
static final int GL_TESS_CONTROL_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TESS_CONTROL_SUBROUTINE_UNIFORM" with expre...
void glGetTextureLevelParameteriv(int texture, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture,...
void glNamedFramebufferDrawBuffer(int framebuffer, int buf)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer,...
int glGetProgramResourceLocationIndex(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(GLuint program...
static final int GL_SAMPLE_LOCATION_ARB
GL_ARB_sample_locations Define "GL_SAMPLE_LOCATION_ARB" with expression '0x8E50', CType: int
void glProgramUniform1i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program,...
void glCreateTransformFeedbacks(int n, IntBuffer ids)
Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n,...
void glGetTransformFeedbacki_v(int xfb, int pname, int index, int[] param, int param_offset)
Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb,...
void glProgramUniform3i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program,...
void glGetQueryBufferObjectui64v(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id,...
void glMakeTextureHandleNonResidentARB(long handle)
Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle...
void glCompressedTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTextureSubImage2D}(GLuint texture,...
void glProgramUniformHandleui64vARB(int program, int location, int count, long[] values, int values_offset)
Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program,...
void glTextureSubImage1D(int texture, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage1D}(GLuint texture,...
void glProgramUniform3i64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program,...
void glMakeImageHandleNonResidentARB(long handle)
Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle) ...
void glProgramUniform4ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program,...
static final int GL_TEXTURE_VIEW_NUM_LAYERS
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view Alias for: GL_TEXTURE_V...
void glGetNamedBufferParameteri64v(int buffer, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer,...
long glGetTextureSamplerHandleARB(int texture, int sampler)
Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture,...
void glGetCompressedTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetCompressedTextureSubImage}(GLuint texture,...
void glMultiDrawElementsIndirect(int mode, int type, long indirect_buffer_offset, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirect}(GLenum mode,...
void glProgramUniformHandleui64vARB(int program, int location, int count, LongBuffer values)
Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program,...
static final int GL_TEXTURE_VIEW_MIN_LEVEL
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view Alias for: GL_TEXTURE_V...
void glClearTexImage(int texture, int level, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearTexImage}(GLuint texture,...
void glVertexAttribLFormat(int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribLFormat}(GLuint attribindex,...
void glTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage3D}(GLuint texture,...
void glCreateSamplers(int n, IntBuffer samplers)
Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers) ...
void glGetTextureParameterfv(int texture, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture,...
void glCompressedTextureSubImage1D(int texture, int level, int xoffset, int width, int format, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTextureSubImage1D}(GLuint texture,...
static final int GL_QUERY_BY_REGION_WAIT_INVERTED
GL_VERSION_4_5 Define "GL_QUERY_BY_REGION_WAIT_INVERTED" with expression '0x8E19',...
void glGetUniformui64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program,...
void glGetNamedRenderbufferParameteriv(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbu...
void glTextureParameterIiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture,...
static final int GL_TESS_EVALUATION_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TESS_EVALUATION_SUBROUTINE" with expression...
void glGetCompressedTextureImage(int texture, int level, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetCompressedTextureImage}(GLuint texture,...
void glTextureStorage2D(int texture, int levels, int internalformat, int width, int height)
Entry point to C language function: void {@native glTextureStorage2D}(GLuint texture,...
static final int GL_CLIP_DEPTH_MODE
GL_VERSION_4_5, GL_EXT_clip_control Alias for: GL_CLIP_DEPTH_MODE_EXT Define "GL_CLIP_DEPTH_MODE" wi...
void glTextureParameterfv(int texture, int pname, float[] param, int param_offset)
Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture,...
void glDisableVertexArrayAttrib(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj,...
void glProgramUniform2ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program,...
void glUniform4i64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64ARB}(GLint location,...
void glCreateFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
void glClearNamedFramebufferfi(int framebuffer, int buffer, int drawbuffer, float depth, int stencil)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
void glUniform4ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location,...
void glGenerateTextureMipmap(int texture)
Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture) Part of...
void glCreateProgramPipelines(int n, int[] pipelines, int pipelines_offset)
Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n,...
void glFramebufferSampleLocationsfvARB(int target, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target,...
void glVertexArrayAttribLFormat(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj,...
static final int GL_QUERY_BUFFER_BINDING
GL_VERSION_4_4, GL_AMD_query_buffer_object Alias for: GL_QUERY_BUFFER_BINDING_AMD Define "GL_QUERY_B...
void glBindImageTextures(int first, int count, int[] textures, int textures_offset)
Entry point to C language function: void {@native glBindImageTextures}(GLuint first,...
void glUniform2ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location,...
void glGetTextureParameteriv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture,...
static final int GL_PARAMETER_BUFFER
GL_VERSION_4_6, GL_ARB_indirect_parameters Alias for: GL_PARAMETER_BUFFER_ARB Define "GL_PARAMETER_B...
int glCheckNamedFramebufferStatus(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffe...
void glUniform4ui64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location,...
void glGetNamedBufferSubData(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubData}(GLuint buffer,...
void glUniform1i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vARB}(GLint location,...
void glGetTextureParameterfv(int texture, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture,...
static final int GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT
GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc Alias for: GL_COMPRE...
void glUniform1ui64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location,...
void glVertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj,...
void glGetNamedBufferPointerv(int buffer, int pname, PointerBuffer params)
Entry point to C language function: void {@native glGetNamedBufferPointerv}(GLuint buffer,...
void glUniform3ui64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location,...
static final int GL_COMPLETION_STATUS_ARB
GL_ARB_parallel_shader_compile Define "GL_COMPLETION_STATUS_ARB" with expression '0x91B1',...
void glVertexArrayAttribFormat(int vaobj, int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayAttribFormat}(GLuint vaobj,...
void glClearNamedFramebufferiv(int framebuffer, int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer,...
void glClipControl(int origin, int depth)
Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth) Part...
void glUniform3ui64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location,...
void glInvalidateNamedFramebufferSubData(int framebuffer, int numAttachments, int[] attachments, int attachments_offset, int x, int y, int width, int height)
Entry point to C language function: void {@native glInvalidateNamedFramebufferSubData}(GLuint frameb...
static final int GL_MAX_CULL_DISTANCES
GL_VERSION_4_5, GL_EXT_clip_cull_distance Alias for: GL_MAX_CULL_DISTANCES_EXT Define "GL_MAX_CULL_D...
static final int GL_QUERY_WAIT_INVERTED
GL_VERSION_4_5 Define "GL_QUERY_WAIT_INVERTED" with expression '0x8E17', CType: int
static final int GL_NEGATIVE_ONE_TO_ONE
GL_VERSION_4_5, GL_EXT_clip_control Alias for: GL_NEGATIVE_ONE_TO_ONE_EXT Define "GL_NEGATIVE_ONE_TO...
void glGetVertexArrayiv(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
void glGetUniformi64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program,...
void glUniform2ui64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location,...
static final int GL_COMPRESSED_RGBA_BPTC_UNORM
GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc Alias for: GL_COMPRE...
static final int GL_CLIENT_STORAGE_BIT
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_CLIENT_STORAGE_BIT_EXT Define "GL_CLIENT_STORAGE...
void glProgramUniform2ui64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program,...
static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB
GL_ARB_sample_locations Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" with expression '0x...
void glClearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, FloatBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer,...
static final int GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR" with expression '0x00000004',...
static final int GL_UNSIGNED_INT64_VEC4_ARB
GL_ARB_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC4_ARB" with expression '0x8FF7',...
GLBufferStorage mapNamedBufferRange(final int bufferName, final long offset, final long length, final int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(....
void glBindTextures(int first, int count, int[] textures, int textures_offset)
Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count,...
void glCreateBuffers(int n, IntBuffer buffers)
Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers) Pa...
void glClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearTexSubImage}(GLuint texture,...
void glProgramUniform1i64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program,...
void glProgramUniform1i64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program,...
void glCopyNamedBufferSubData(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer,...
boolean glIsImageHandleResidentARB(long handle)
Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle) ...
static final int GL_BUFFER_IMMUTABLE_STORAGE
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_BUFFER_IMMUTABLE_STORAGE_EXT Define "GL_BUFFER_I...
void glProgramUniform4i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program,...
void glCreateProgramPipelines(int n, IntBuffer pipelines)
Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n,...
void glBindBuffersBase(int target, int first, int count, IntBuffer buffers)
Entry point to C language function: void {@native glBindBuffersBase}(GLenum target,...
void glGetTextureParameterIiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture,...
static final int GL_INT64_VEC4_ARB
GL_ARB_gpu_shader_int64 Define "GL_INT64_VEC4_ARB" with expression '0x8FEB', CType: int
static final int GL_VERTEX_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_VERTEX_SUBROUTINE_UNIFORM" with expression ...
ByteBuffer glMapNamedBuffer(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer,...
void glGetUniformi64vARB(int program, int location, long[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program,...
static final int GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT
GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc Alias for: GL_COMPRE...
static final int GL_FRAGMENT_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_FRAGMENT_SUBROUTINE" with expression '0x92E...
static final int GL_SUBGROUP_FEATURE_QUAD_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_QUAD_BIT_KHR" with expression '0x00000080',...
void glVertexAttribL1ui64vARB(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index,...
void glMakeImageHandleResidentARB(long handle, int access)
Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle,...
void glProgramUniform2ui64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program,...
static final int GL_MAP_PERSISTENT_BIT
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_MAP_PERSISTENT_BIT_EXT Define "GL_MAP_PERSISTENT...
void glProgramUniform4ui64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program,...
void glProgramUniform4i64ARB(int program, int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glProgramUniform4i64ARB}(GLuint program,...
long glGetTextureHandleARB(int texture)
Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture) Part ...
void glProgramUniform3i64ARB(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program,...
void glGetTextureParameterIiv(int texture, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture,...
void glGetNamedFramebufferAttachmentParameteriv(int framebuffer, int attachment, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint...
static final int GL_MAX_NUM_COMPATIBLE_SUBROUTINES
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_MAX_NUM_COMPATIBLE_SUBROUTINES" with expres...
void glUniform4ui64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location,...
ByteBuffer glMapNamedBufferRange(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer,...
void glTextureParameterIiv(int texture, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture,...
static final int GL_PARAMETER_BUFFER_BINDING
GL_VERSION_4_6, GL_ARB_indirect_parameters Alias for: GL_PARAMETER_BUFFER_BINDING_ARB Define "GL_PAR...
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB
GL_ARB_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB" with expression '0x9341',...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER
GL_ARB_compute_shader, GL_VERSION_4_3 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER" ...
void glTextureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target,...
static final int GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR" with expression '0x00000...
void glNamedBufferStorage(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorage}(GLuint buffer,...
void glClearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, float[] value, int value_offset)
Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer,...
void glCreateFramebuffers(int n, int[] framebuffers, int framebuffers_offset)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
static final int GL_QUERY_BUFFER_BARRIER_BIT
GL_VERSION_4_4 Define "GL_QUERY_BUFFER_BARRIER_BIT" with expression '0x00008000', CType: int
void glGetTextureParameterIuiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture,...
void glUniform4i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vARB}(GLint location,...
static final int GL_ZERO_TO_ONE
GL_VERSION_4_5, GL_EXT_clip_control Alias for: GL_ZERO_TO_ONE_EXT Define "GL_ZERO_TO_ONE" with expre...
void glUniformHandleui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location,...
void glGetVertexArrayIndexed64iv(int vaobj, int index, int pname, long[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj,...
static final int GL_MAP_COHERENT_BIT
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_MAP_COHERENT_BIT_EXT Define "GL_MAP_COHERENT_BIT...
static final int GL_TESS_EVALUATION_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TESS_EVALUATION_SUBROUTINE_UNIFORM" with ex...
void glTextureStorage1D(int texture, int levels, int internalformat, int width)
Entry point to C language function: void {@native glTextureStorage1D}(GLuint texture,...
static final int GL_SUBGROUP_SUPPORTED_FEATURES_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_SUPPORTED_FEATURES_KHR" with expression '0x9534',...
void glGetTextureSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetTextureSubImage}(GLuint texture,...
static final int GL_UNSIGNED_INT64_VEC2_ARB
GL_ARB_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC2_ARB" with expression '0x8FF5',...
static final int GL_MAX_TEXTURE_MAX_ANISOTROPY
GL_VERSION_4_6, GL_EXT_texture_filter_anisotropic Alias for: GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT Defin...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE
GL_VERSION_4_4 Define "GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE" with expression '0x934C',...
void glUniform3i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vARB}(GLint location,...
long glGetImageHandleARB(int texture, int level, boolean layered, int layer, int format)
Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture,...
void glBindTextures(int first, int count, IntBuffer textures)
Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count,...
void glVertexAttribL1ui64ARB(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index,...
void glProgramUniform4ui64ARB(int program, int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glProgramUniform4ui64ARB}(GLuint program,...
void glCopyTextureSubImage1D(int texture, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTextureSubImage1D}(GLuint texture,...
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB
GL_ARB_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB" with expression '0x93...
void glTransformFeedbackBufferBase(int xfb, int index, int buffer)
Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb,...
void glVertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj,...
void glEvaluateDepthValuesARB()
Entry point to C language function: void {@native glEvaluateDepthValuesARB}() Part of GL_ARB_sampl...
void glNamedBufferData(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferData}(GLuint buffer,...
void glMaxShaderCompilerThreadsARB(int count)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count) Par...
static final int GL_CLEAR_TEXTURE
GL_VERSION_4_4 Define "GL_CLEAR_TEXTURE" with expression '0x9365', CType: int
static final int GL_TEXTURE_MAX_ANISOTROPY
GL_VERSION_4_6, GL_EXT_texture_filter_anisotropic Alias for: GL_TEXTURE_MAX_ANISOTROPY_EXT Define "G...
void glUniform3i64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform3i64vARB}(GLint location,...
void glCreateRenderbuffers(int n, int[] renderbuffers, int renderbuffers_offset)
Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n,...
void glGetVertexArrayiv(int vaobj, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
void glNamedFramebufferRenderbuffer(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer...
static final int GL_CONTEXT_RELEASE_BEHAVIOR
GL_VERSION_4_5, GL_KHR_context_flush_control Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_KHR Define "GL_C...
int glGetProgramResourceLocationIndex(int program, int programInterface, byte[] name, int name_offset)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(GLuint program...
void glClearNamedFramebufferiv(int framebuffer, int buffer, int drawbuffer, int[] value, int value_offset)
Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer,...
void glUniform4i64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform4i64vARB}(GLint location,...
void glNamedFramebufferTexture(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer,...
void glVertexArrayAttribIFormat(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj,...
void glGetVertexArrayIndexediv(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj,...
static final int GL_TESS_CONTROL_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_TESS_CONTROL_SUBROUTINE" with expression '0...
void glTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage2D}(GLuint texture,...
void glBindVertexBuffers(int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, int[] strides, int strides_offset)
Entry point to C language function: void {@native glBindVertexBuffers}(GLuint first,...
void glCopyTextureSubImage2D(int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage2D}(GLuint texture,...
static final int GL_QUERY_NO_WAIT_INVERTED
GL_VERSION_4_5 Define "GL_QUERY_NO_WAIT_INVERTED" with expression '0x8E18', CType: int
void glGetTransformFeedbacki_v(int xfb, int pname, int index, IntBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb,...
void glGetVertexAttribLui64vARB(int index, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index,...
void glGetTextureParameterIuiv(int texture, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture,...
static final int GL_UNSIGNED_INT64_ARB
GL_ARB_bindless_texture Define "GL_UNSIGNED_INT64_ARB" with expression '0x140F', CType: int
static final int GL_QUERY_BY_REGION_NO_WAIT_INVERTED
GL_VERSION_4_5 Define "GL_QUERY_BY_REGION_NO_WAIT_INVERTED" with expression '0x8E1A',...
void glTextureStorage2DMultisample(int texture, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage2DMultisample}(GLuint texture,...
static final int GL_CLIP_ORIGIN
GL_VERSION_4_5, GL_EXT_clip_control Alias for: GL_CLIP_ORIGIN_EXT Define "GL_CLIP_ORIGIN" with expre...
void glCreateSamplers(int n, int[] samplers, int samplers_offset)
Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers) ...
void glGetTextureLevelParameteriv(int texture, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture,...
void glCopyTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage3D}(GLuint texture,...
void glCreateVertexArrays(int n, IntBuffer arrays)
Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n,...
static final int GL_MIRROR_CLAMP_TO_EDGE
GL_VERSION_4_4, GL_ATI_texture_mirror_once, GL_EXT_texture_mirror_clamp_to_edge, GL_EXT_texture_mirro...
void glUniform1ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location,...
void glTextureParameteriv(int texture, int pname, IntBuffer param)
Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture,...
void glTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage3D}(GLuint texture,...
void glProgramUniform2i64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program,...
static final int GL_TEXTURE_VIEW_MIN_LAYER
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view Alias for: GL_TEXTURE_V...
void glTextureParameterIuiv(int texture, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture,...
void glShaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding)
Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program,...
void glProgramUniform3ui64ARB(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program,...
void glBindSamplers(int first, int count, int[] samplers, int samplers_offset)
Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count,...
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER
GL_ARB_compute_shader, GL_VERSION_4_3 Define "GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER" with exp...
void glGetUniformui64vARB(int program, int location, long[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program,...
void glTextureParameteri(int texture, int pname, int param)
Entry point to C language function: void {@native glTextureParameteri}(GLuint texture,...
void glUniform2i64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform2i64vARB}(GLint location,...
void glUniform3ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location,...
void glBufferStorage(int target, long size, Buffer data, int flags)
Entry point to C language function: void {@native glBufferStorage}(GLenum target,...
static final int GL_SUBGROUP_FEATURE_BASIC_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_BASIC_BIT_KHR" with expression '0x00000001',...
void glGetNamedRenderbufferParameteriv(int renderbuffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbu...
void glCreateTextures(int target, int n, int[] textures, int textures_offset)
Entry point to C language function: void {@native glCreateTextures}(GLenum target,...
static final int GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB
GL_ARB_compute_variable_group_size Define "GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB" with expressio...
void glClearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer,...
static final int GL_POLYGON_OFFSET_CLAMP
GL_VERSION_4_6, GL_EXT_polygon_offset_clamp Alias for: GL_POLYGON_OFFSET_CLAMP_EXT Define "GL_POLYGO...
void glProgramUniform3ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program,...
static final int GL_NUM_SHADING_LANGUAGE_VERSIONS
GL_VERSION_4_3 Define "GL_NUM_SHADING_LANGUAGE_VERSIONS" with expression '0x82E9',...
void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint fra...
static final int GL_INT64_VEC2_ARB
GL_ARB_gpu_shader_int64 Define "GL_INT64_VEC2_ARB" with expression '0x8FE9', CType: int
static final int GL_COMPUTE_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_COMPUTE_SUBROUTINE" with expression '0x92ED...
void glMultiDrawArraysIndirect(int mode, long indirect_buffer_offset, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirect}(GLenum mode,...
void glProgramUniform1ui64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program,...
void glGetQueryBufferObjectuiv(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id,...
static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB
GL_ARB_sample_locations Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB" with expression '0x933D',...
void glNamedFramebufferDrawBuffers(int framebuffer, int n, int[] bufs, int bufs_offset)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer,...
void glGetnUniformui64vARB(int program, int location, int bufSize, long[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program,...
void glGetNamedBufferParameteriv(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer,...
static final int GL_QUERY_RESULT_NO_WAIT
GL_VERSION_4_4, GL_AMD_query_buffer_object Alias for: GL_QUERY_RESULT_NO_WAIT_AMD Define "GL_QUERY_R...
void glGetVertexArrayIndexed64iv(int vaobj, int index, int pname, LongBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj,...
void glUniform2i64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64ARB}(GLint location,...
void glBindSamplers(int first, int count, IntBuffer samplers)
Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count,...
static final int GL_QUERY_TARGET
GL_VERSION_4_5 Define "GL_QUERY_TARGET" with expression '0x82EA', CType: int
void glTextureSubImage1D(int texture, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage1D}(GLuint texture,...
static final int GL_TEXTURE_VIEW_NUM_LEVELS
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view Alias for: GL_TEXTURE_V...
static final int GL_INT64_VEC3_ARB
GL_ARB_gpu_shader_int64 Define "GL_INT64_VEC3_ARB" with expression '0x8FEA', CType: int
void glNamedFramebufferReadBuffer(int framebuffer, int src)
Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer,...
static final int GL_INT64_ARB
GL_ARB_gpu_shader_int64 Define "GL_INT64_ARB" with expression '0x140E', CType: int
void glVertexAttribL1ui64vARB(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index,...
void glTextureStorage3D(int texture, int levels, int internalformat, int width, int height, int depth)
Entry point to C language function: void {@native glTextureStorage3D}(GLuint texture,...
boolean glIsTextureHandleResidentARB(long handle)
Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle...
void glGetNamedBufferParameteriv(int buffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer,...
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB
GL_ARB_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB" with expression '0x933F',...
void glUniform3i64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64ARB}(GLint location,...
static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB
GL_ARB_sample_locations Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB" with expression '0x934...
void glMultiDrawElementsIndirectCount(int mode, int type, Buffer indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectCount}(GLenum mode,...
void glInvalidateNamedFramebufferData(int framebuffer, int numAttachments, IntBuffer attachments)
Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuff...
void glGetTransformFeedbackiv(int xfb, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb,...
static final int GL_TEXTURE_TARGET
GL_VERSION_4_5, GL_QCOM_extended_get Alias for: GL_TEXTURE_TARGET_QCOM Define "GL_TEXTURE_TARGET" wi...
static final int GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM
GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc Alias for: GL_COMPRE...
void glNamedRenderbufferStorageMultisample(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint rend...
void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint fra...
boolean glUnmapNamedBuffer(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer) Part of ...
void glBindTextureUnit(int unit, int texture)
Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit,...
void glVertexArrayVertexBuffers(int vaobj, int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
Entry point to C language function: void {@native glVertexArrayVertexBuffers}(GLuint vaobj,...
void glInvalidateNamedFramebufferSubData(int framebuffer, int numAttachments, IntBuffer attachments, int x, int y, int width, int height)
Entry point to C language function: void {@native glInvalidateNamedFramebufferSubData}(GLuint frameb...
static final int GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
GL_ARB_compute_variable_group_size Define "GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB" with expression '0x91...
void glProgramUniform2i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program,...
static final int GL_NUM_SPIR_V_EXTENSIONS
GL_VERSION_4_6 Define "GL_NUM_SPIR_V_EXTENSIONS" with expression '0x9554', CType: int
void glBindImageTextures(int first, int count, IntBuffer textures)
Entry point to C language function: void {@native glBindImageTextures}(GLuint first,...
static final int GL_VERTEX_ATTRIB_ARRAY_LONG
GL_VERSION_4_3 Define "GL_VERTEX_ATTRIB_ARRAY_LONG" with expression '0x874E', CType: int
static final int GL_DYNAMIC_STORAGE_BIT
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_DYNAMIC_STORAGE_BIT_EXT Define "GL_DYNAMIC_STORA...
void glProgramUniformHandleui64ARB(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program,...
void glFramebufferSampleLocationsfvARB(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target,...
void glFlushMappedNamedBufferRange(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer,...
void glUniform2ui64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location,...
void glGetQueryBufferObjectiv(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id,...
void glGetVertexAttribLui64vARB(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index,...
void glGetTextureImage(int texture, int level, int format, int type, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetTextureImage}(GLuint texture,...
static final int GL_SUBGROUP_SUPPORTED_STAGES_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_SUPPORTED_STAGES_KHR" with expression '0x9533',...
static final int GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR" with expression '0x00000008',...
void glTextureBufferRange(int texture, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTextureBufferRange}(GLuint texture,...
void glGetTextureLevelParameterfv(int texture, int level, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture,...
void glGetnUniformi64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program,...
void glVertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj,...
void glTextureBuffer(int texture, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBuffer}(GLuint texture,...
void glUniform2i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vARB}(GLint location,...
void glCreateRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n,...
void glGetTextureParameteriv(int texture, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture,...
void glUniformHandleui64ARB(int location, long value)
Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location,...
void glEnableVertexArrayAttrib(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj,...
static final int GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT
GL_VERSION_4_4, GL_EXT_buffer_storage Alias for: GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT Define "GL_...
void glDispatchComputeGroupSizeARB(int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z)
Entry point to C language function: void {@native glDispatchComputeGroupSizeARB}(GLuint num_groups_x...
void glGetnUniformi64vARB(int program, int location, int bufSize, long[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program,...
void glGetQueryBufferObjecti64v(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id,...
static final int GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR" with expression '0x00000040',...
static final int GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR" with expression '0x00000010',...
void glTextureParameterfv(int texture, int pname, FloatBuffer param)
Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture,...
void glProgramUniform1ui64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program,...
void glProgramUniform1ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program,...
static final int GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
GL_VERSION_4_5, GL_KHR_context_flush_control Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR Define...
void glCreateVertexArrays(int n, int[] arrays, int arrays_offset)
Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n,...
void glBlitNamedFramebuffer(int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
Entry point to C language function: void {@native glBlitNamedFramebuffer}(GLuint readFramebuffer,...
void glGetTransformFeedbackiv(int xfb, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb,...
void glMultiDrawArraysIndirectCount(int mode, Buffer indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectCount}(GLenum mode,...
void glProgramUniform4i64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program,...
void glGetTransformFeedbacki64_v(int xfb, int pname, int index, long[] param, int param_offset)
Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb,...
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB
GL_ARB_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB" with expression '0x933E',...
static final int GL_GEOMETRY_SUBROUTINE_UNIFORM
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_GEOMETRY_SUBROUTINE_UNIFORM" with expressio...
void glNamedFramebufferTextureLayer(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer...
void glBindBuffersRange(int target, int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, PointerBuffer sizes)
Entry point to C language function: void {@native glBindBuffersRange}(GLenum target,...
void glPolygonOffsetClamp(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor,...
void glCreateQueries(int target, int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glCreateQueries}(GLenum target,...
void glUniform1i64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform1i64vARB}(GLint location,...
void glGetNamedFramebufferAttachmentParameteriv(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint...
void glMakeTextureHandleResidentARB(long handle)
Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle) ...
static final int GL_SUBGROUP_QUAD_ALL_STAGES_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_QUAD_ALL_STAGES_KHR" with expression '0x9535',...
void glProgramUniform2i64vARB(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program,...
void glCompressedTextureSubImage3D(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTextureSubImage3D}(GLuint texture,...
void glCreateBuffers(int n, int[] buffers, int buffers_offset)
Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers) Pa...
void glUniform1i64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1i64ARB}(GLint location,...
void glGetNamedBufferParameteri64v(int buffer, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer,...
static final int GL_SUBGROUP_SIZE_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_SIZE_KHR" with expression '0x9532', CType: int
static final int GL_SPIR_V_EXTENSIONS
GL_VERSION_4_6 Define "GL_SPIR_V_EXTENSIONS" with expression '0x9553', CType: int
static final int GL_SUBGROUP_FEATURE_VOTE_BIT_KHR
GL_KHR_shader_subgroup Define "GL_SUBGROUP_FEATURE_VOTE_BIT_KHR" with expression '0x00000002',...
void glUniformHandleui64vARB(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location,...
void glTextureParameteriv(int texture, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture,...