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;
199 public void glTextureView(
int texture,
int target,
int origtexture,
int internalformat,
int minlevel,
int numlevels,
int minlayer,
int numlayers);
210 public void glClearTexImage(
int texture,
int level,
int format,
int type, Buffer data);
214 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);
221 public void glBindBuffersBase(
int target,
int first,
int count,
int[] buffers,
int buffers_offset);
227 public void glBindBuffersRange(
int target,
int first,
int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes);
232 public void glBindBuffersRange(
int target,
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets, PointerBuffer sizes);
239 public void glBindTextures(
int first,
int count,
int[] textures,
int textures_offset);
246 public void glBindSamplers(
int first,
int count,
int[] samplers,
int samplers_offset);
259 public void glBindVertexBuffers(
int first,
int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides);
263 public void glBindVertexBuffers(
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets,
int[] strides,
int strides_offset);
437 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);
496 public void glTextureStorage3D(
int texture,
int levels,
int internalformat,
int width,
int height,
int depth);
506 public void glTextureSubImage1D(
int texture,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
509 public void glTextureSubImage1D(
int texture,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
513 public void glTextureSubImage2D(
int texture,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
516 public void glTextureSubImage2D(
int texture,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type,
long pixels_buffer_offset);
520 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);
523 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);
535 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);
544 public void glCopyTextureSubImage3D(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
588 public void glGetTextureImage(
int texture,
int level,
int format,
int type,
int bufSize, Buffer pixels);
663 public void glVertexArrayVertexBuffers(
int vaobj,
int first,
int count,
int[] buffers,
int buffers_offset, PointerBuffer offsets,
int[] strides,
int strides_offset);
736 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);
740 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 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 Define "GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES" with expression '0x82FA',...
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 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,...
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_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_PARAMETER_BUFFER_BINDING_ARB
GL_ARB_indirect_parameters Define "GL_PARAMETER_BUFFER_BINDING_ARB" with expression '0x80EF',...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
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 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 glMakeImageHandleNonResidentARB(long handle)
Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle) ...
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 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 Define "GL_CLIP_DEPTH_MODE" with expression '0x935D', CType: int
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 glCreateFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
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 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 glGetTextureParameteriv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture,...
int glCheckNamedFramebufferStatus(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffe...
void glGetNamedBufferSubData(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubData}(GLuint buffer,...
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 Alias for: GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB D...
static final int GL_PARAMETER_BUFFER_ARB
GL_ARB_indirect_parameters Define "GL_PARAMETER_BUFFER_ARB" with expression '0x80EE',...
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 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 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 Define "GL_MAX_CULL_DISTANCES" with expression '0x82F9', CType: int
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 Define "GL_NEGATIVE_ONE_TO_ONE" with expression '0x935E', CType: int
void glGetVertexArrayiv(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
static final int GL_COMPRESSED_RGBA_BPTC_UNORM
GL_VERSION_4_2, GL_ARB_texture_compression_bptc Alias for: GL_COMPRESSED_RGBA_BPTC_UNORM_ARB Define ...
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 glClearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, FloatBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer,...
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 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 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,...
void glNamedFramebufferParameteri(int framebuffer, int pname, int param)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
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,...
static final int GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT
GL_VERSION_4_2, GL_ARB_texture_compression_bptc Alias for: GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB ...
static final int GL_FRAGMENT_SUBROUTINE
GL_VERSION_4_3, GL_ARB_program_interface_query Define "GL_FRAGMENT_SUBROUTINE" with expression '0x92E...
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,...
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...
long glGetTextureHandleARB(int texture)
Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture) Part ...
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...
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_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,...
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 glClearNamedBufferSubData(int buffer, int internalformat, long offset, long size, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferSubData}(GLuint buffer,...
static final int GL_ZERO_TO_ONE
GL_VERSION_4_5 Define "GL_ZERO_TO_ONE" with expression '0x935F', CType: int
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,...
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_TRANSFORM_FEEDBACK_BUFFER_STRIDE
GL_VERSION_4_4 Define "GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE" with expression '0x934C',...
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 glCopyTextureSubImage1D(int texture, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTextureSubImage1D}(GLuint texture,...
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 glNamedBufferData(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferData}(GLuint buffer,...
static final int GL_CLEAR_TEXTURE
GL_VERSION_4_4 Define "GL_CLEAR_TEXTURE" with expression '0x9365', CType: int
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 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 Define "GL_CLIP_ORIGIN" with expression '0x935C', CType: int
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 Alias for: GL_MIRROR_CLAMP_TO...
void glClearNamedFramebufferfi(int framebuffer, int buffer, float depth, int stencil)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
void glMultiDrawElementsIndirectCountARB(int mode, int type, long indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectCountARB}(GLenum mode,...
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,...
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 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 glTextureParameteri(int texture, int pname, int param)
Entry point to C language function: void {@native glTextureParameteri}(GLuint texture,...
void glBufferStorage(int target, long size, Buffer data, int flags)
Entry point to C language function: void {@native glBufferStorage}(GLenum target,...
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_NUM_SHADING_LANGUAGE_VERSIONS
GL_VERSION_4_3 Define "GL_NUM_SHADING_LANGUAGE_VERSIONS" with expression '0x82E9',...
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 glGetQueryBufferObjectuiv(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id,...
void glNamedFramebufferDrawBuffers(int framebuffer, int n, int[] bufs, int bufs_offset)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer,...
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 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...
void glNamedFramebufferReadBuffer(int framebuffer, int src)
Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer,...
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,...
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 Alias for: GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB D...
void glNamedRenderbufferStorageMultisample(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint rend...
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...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
static final int GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB
GL_ARB_compute_variable_group_size Define "GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB" with expression '0x91...
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 glFlushMappedNamedBufferRange(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer,...
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,...
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 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 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 glGetQueryBufferObjecti64v(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id,...
void glTextureParameterfv(int texture, int pname, FloatBuffer param)
Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture,...
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 glClearNamedBufferData(int buffer, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferData}(GLuint buffer,...
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 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_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 glCreateQueries(int target, int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glCreateQueries}(GLenum target,...
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) ...
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 glGetNamedBufferParameteri64v(int buffer, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer,...
void glMultiDrawArraysIndirectCountARB(int mode, long indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectCountARB}(GLenum mode,...
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,...