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;
294 public void glUniform3d(
int location,
double x,
double y,
double z);
297 public void glUniform4d(
int location,
double x,
double y,
double z,
double w);
304 public void glUniform1dv(
int location,
int count,
double[] value,
int value_offset);
311 public void glUniform2dv(
int location,
int count,
double[] value,
int value_offset);
318 public void glUniform3dv(
int location,
int count,
double[] value,
int value_offset);
325 public void glUniform4dv(
int location,
int count,
double[] value,
int value_offset);
332 public void glUniformMatrix2dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
339 public void glUniformMatrix3dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
346 public void glUniformMatrix4dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
353 public void glUniformMatrix2x3dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
360 public void glUniformMatrix2x4dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
367 public void glUniformMatrix3x2dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
374 public void glUniformMatrix3x4dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
381 public void glUniformMatrix4x2dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
388 public void glUniformMatrix4x3dv(
int location,
int count,
boolean transpose,
double[] value,
int value_offset);
395 public void glGetUniformdv(
int program,
int location,
double[] params,
int params_offset);
424 public void glGetActiveSubroutineName(
int program,
int shadertype,
int index,
int bufsize,
int[] length,
int length_offset,
byte[] name,
int name_offset);
503 public void glGetFloati_v(
int target,
int index,
float[] data,
int data_offset);
510 public void glGetDoublei_v(
int target,
int index,
double[] data,
int data_offset);
522 public void glNamedStringARB(
int type,
int namelen, String name,
int stringlen, String
string);
540 public void glGetNamedStringARB(
int namelen, String name,
int bufSize, IntBuffer stringlen, ByteBuffer
string);
543 public void glGetNamedStringARB(
int namelen, String name,
int bufSize,
int[] stringlen,
int stringlen_offset,
byte[]
string,
int string_offset);
static final int GL_DOUBLE_MAT4x3
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT4x3_EXT D...
void glUniformMatrix4x2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location,...
static final int GL_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_1D...
void glPatchParameterfv(int pname, FloatBuffer values)
Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname,...
void glGetNamedStringARB(int namelen, String name, int bufSize, int[] stringlen, int stringlen_offset, byte[] string, int string_offset)
Entry point to C language function: void {@native glGetNamedStringARB}(GLint namelen,...
void glGetUniformSubroutineuiv(int shadertype, int location, int[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype,...
static final int GL_UNSIGNED_INT_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glUniformMatrix2x4dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location,...
static final int GL_SRC1_COLOR
GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended Alias for: GL_SRC1_COLOR_EXT ...
static final int GL_NAMED_STRING_LENGTH_ARB
GL_ARB_shading_language_include Define "GL_NAMED_STRING_LENGTH_ARB" with expression '0x8DE9',...
static final int GL_ACTIVE_SUBROUTINE_MAX_LENGTH
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_ACTIVE_SUBROUTINE_MAX_LENGTH" with expression '0x...
static final int GL_PATCH_DEFAULT_OUTER_LEVEL
GL_ARB_tessellation_shader, GL_VERSION_4_0 Define "GL_PATCH_DEFAULT_OUTER_LEVEL" with expression '0x8...
void glGetActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, int[] values, int values_offset)
Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program,...
static final int GL_CONTEXT_PROFILE_MASK
GL_VERSION_3_2 Define "GL_CONTEXT_PROFILE_MASK" with expression '0x9126', CType: int
static final int GL_GEOMETRY_OUTPUT_TYPE_ARB
GL_ARB_geometry_shader4 Define "GL_GEOMETRY_OUTPUT_TYPE_ARB" with expression '0x8DDC',...
static final int GL_DOUBLE_MAT3x4
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT3x4_EXT D...
void glGetProgramStageiv(int program, int shadertype, int pname, int[] values, int values_offset)
Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program,...
void glUniformMatrix2x3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location,...
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glUniform1dv(int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count,...
void glUniformMatrix3x2dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location,...
void glGetFloati_v(int target, int index, float[] data, int data_offset)
Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index,...
static final int GL_INT_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
static final int GL_DOUBLE_VEC3
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_VEC3_EXT Def...
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB" with expression '0x8DE0',...
void glPatchParameterfv(int pname, float[] values, int values_offset)
Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname,...
static final int GL_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_1D...
long glCreateSyncFromCLeventARB(long context, long event, int flags)
Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context *...
int glGetSubroutineUniformLocation(int program, int shadertype, String name)
Entry point to C language function: GLint {@native glGetSubroutineUniformLocation}(GLuint program,...
static final int GL_LINES_ADJACENCY_ARB
GL_ARB_geometry_shader4 Define "GL_LINES_ADJACENCY_ARB" with expression '0x000A', CType: int
static final int GL_DOUBLE_VEC4
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_VEC4_EXT Def...
void glDepthRangeArrayv(int first, int count, DoubleBuffer v)
Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first,...
int glGetFragDataIndex(int program, String name)
Entry point to C language function: GLint {@native glGetFragDataIndex}(GLuint program,...
void glUniform2dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count,...
static final int GL_MAX_SUBROUTINES
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_MAX_SUBROUTINES" with expression '0x8DE7',...
void glUniformMatrix2x3dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location,...
int glGetSubroutineIndex(int program, int shadertype, String name)
Entry point to C language function: GLuint {@native glGetSubroutineIndex}(GLuint program,...
void glVertexAttribP2uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index,...
void glDrawTransformFeedbackInstanced(int mode, int id, int instancecount)
Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode,...
void glGetFloati_v(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index,...
void glDepthRangeArrayv(int first, int count, double[] v, int v_offset)
Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first,...
static final int GL_MAX_VIEWPORTS
GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array Alias for: GL_MAX_VIEWPORTS_NV Define "G...
static final int GL_MAX_VERTEX_VARYING_COMPONENTS_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_VERTEX_VARYING_COMPONENTS_ARB" with expression '0x8DDE',...
void glViewportArrayv(int first, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glViewportArrayv}(GLuint first,...
void glVertexAttribP4uiv(int index, int type, boolean normalized, int[] value, int value_offset)
Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index,...
static final int GL_LINE_STRIP_ADJACENCY_ARB
GL_ARB_geometry_shader4 Define "GL_LINE_STRIP_ADJACENCY_ARB" with expression '0x000B',...
void glVertexAttribP3ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index,...
static final int GL_COMPATIBLE_SUBROUTINES
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_COMPATIBLE_SUBROUTINES" with expression '0x8E4B',...
static final int GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
static final int GL_GEOMETRY_INPUT_TYPE_ARB
GL_ARB_geometry_shader4 Define "GL_GEOMETRY_INPUT_TYPE_ARB" with expression '0x8DDB',...
static final int GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS" with expression...
void glVertexAttribP1uiv(int index, int type, boolean normalized, int[] value, int value_offset)
Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index,...
void glVertexAttribP1uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index,...
void glGetNamedStringivARB(int namelen, String name, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedStringivARB}(GLint namelen,...
void glNamedStringARB(int type, int namelen, String name, int stringlen, String string)
Entry point to C language function: void {@native glNamedStringARB}(GLenum type, GLint namelen,...
void glViewportIndexedfv(int index, FloatBuffer v)
Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index,...
void glGetActiveSubroutineName(int program, int shadertype, int index, int bufsize, IntBuffer length, ByteBuffer name)
Entry point to C language function: void {@native glGetActiveSubroutineName}(GLuint program,...
void glGetProgramStageiv(int program, int shadertype, int pname, IntBuffer values)
Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program,...
static final int GL_DOUBLE_MAT3
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT3_EXT Def...
void glMultiDrawElementsBaseVertex(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount, IntBuffer basevertex)
Entry point to C language function: void {@native glMultiDrawElementsBaseVertex}(GLenum mode,...
static final int GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH" with expres...
static final int GL_NAMED_STRING_TYPE_ARB
GL_ARB_shading_language_include Define "GL_NAMED_STRING_TYPE_ARB" with expression '0x8DEA',...
void glDepthRangeIndexed(int index, double n, double f)
Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index,...
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS
GL_ARB_texture_gather Alias for: GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB Define "GL_MAX_PROGRAM...
static final int GL_INT_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
static final int GL_DOUBLE_MAT4x2
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT4x2_EXT D...
static final int GL_UNSIGNED_INT_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glUniformSubroutinesuiv(int shadertype, int count, int[] indices, int indices_offset)
Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype,...
static final int GL_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB" with expression '0x8DE1'...
void glCompileShaderIncludeARB(int shader, int count, String[] path, IntBuffer length)
Entry point to C language function: void {@native glCompileShaderIncludeARB}(GLuint shader,...
void glUniform1d(int location, double x)
Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x) Part of...
static final int GL_PROGRAM_POINT_SIZE_ARB
GL_ARB_geometry_shader4 Define "GL_PROGRAM_POINT_SIZE_ARB" with expression '0x8642',...
static final int GL_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
void glViewportIndexedf(int index, float x, float y, float w, float h)
Entry point to C language function: void {@native glViewportIndexedf}(GLuint index,...
void glUniformMatrix3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location,...
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER
GL_ARB_tessellation_shader, GL_VERSION_4_0 Define "GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHA...
static final int GL_VIEWPORT_BOUNDS_RANGE
GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array Alias for: GL_VIEWPORT_BOUNDS_RANGE_NV D...
void glGetNamedStringARB(int namelen, String name, int bufSize, IntBuffer stringlen, ByteBuffer string)
Entry point to C language function: void {@native glGetNamedStringARB}(GLint namelen,...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB
GL_ARB_geometry_shader4 Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB" with expression '0x8DA9',...
void glScissorIndexedv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glScissorIndexedv}(GLuint index,...
void glUniformMatrix4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location,...
static final int GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
GL_ARB_texture_compression_bptc Define "GL_COMPRESSED_RGBA_BPTC_UNORM_ARB" with expression '0x8E8C',...
void glUniformMatrix2dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location,...
void glGetUniformdv(int program, int location, DoubleBuffer params)
Entry point to C language function: void {@native glGetUniformdv}(GLuint program,...
void glUniformSubroutinesuiv(int shadertype, int count, IntBuffer indices)
Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype,...
static final int GL_SYNC_CL_EVENT_ARB
GL_ARB_cl_event Define "GL_SYNC_CL_EVENT_ARB" with expression '0x8240', CType: int
static final int GL_UNSIGNED_INT_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
static final int GL_DOUBLE_MAT3x2
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT3x2_EXT D...
static final int GL_SHADER_INCLUDE_ARB
GL_ARB_shading_language_include Define "GL_SHADER_INCLUDE_ARB" with expression '0x8DAE',...
static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEX
GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array Alias for: GL_VIEWPORT_INDEX_PROVOKING_VE...
static final int GL_ACTIVE_SUBROUTINE_UNIFORMS
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_ACTIVE_SUBROUTINE_UNIFORMS" with expression '0x8D...
static final int GL_DOUBLE_VEC2
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_VEC2_EXT Def...
static final int GL_DOUBLE_MAT2x4
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT2x4_EXT D...
void glGetActiveSubroutineUniformName(int program, int shadertype, int index, int bufsize, IntBuffer length, ByteBuffer name)
Entry point to C language function: void {@native glGetActiveSubroutineUniformName}(GLuint program,...
void glVertexAttribP1ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index,...
static final int GL_CONTEXT_COMPATIBILITY_PROFILE_BIT
GL_VERSION_3_2 Define "GL_CONTEXT_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002',...
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB
GL_ARB_geometry_shader4 Define "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB" with expression '0x8DA7',...
static final int GL_NUM_COMPATIBLE_SUBROUTINES
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_NUM_COMPATIBLE_SUBROUTINES" with expression '0x8E...
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB" with expression '0x8DDF',...
static final int GL_GEOMETRY_SHADER_ARB
GL_ARB_geometry_shader4 Define "GL_GEOMETRY_SHADER_ARB" with expression '0x8DD9', CType: int
void glUniformMatrix3x2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location,...
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER
GL_ARB_tessellation_shader, GL_VERSION_4_0 Define "GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER...
void glUniform3d(int location, double x, double y, double z)
Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x,...
void glUniform3dv(int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count,...
void glGetDoublei_v(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoublei_v}(GLenum target, GLuint index,...
void glVertexAttribP3uiv(int index, int type, boolean normalized, int[] value, int value_offset)
Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index,...
void glGetActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, IntBuffer values)
Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program,...
static final int GL_INT_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
static final int GL_ONE_MINUS_SRC1_ALPHA
GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended Alias for: GL_ONE_MINUS_SRC1_A...
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB" with expression '0x8C29',...
static final int GL_DEPTH_CLAMP
GL_ARB_depth_clamp, GL_VERSION_3_2, GL_NV_depth_clamp Alias for: GL_DEPTH_CLAMP_NV Define "GL_DEPTH_...
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glUniformMatrix3x4dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location,...
void glVertexAttribP3uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index,...
static final int GL_VIEWPORT_SUBPIXEL_BITS
GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array Alias for: GL_VIEWPORT_SUBPIXEL_BITS_NV ...
void glProgramParameteriARB(int program, int pname, int value)
Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program,...
static final int GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB
GL_ARB_texture_compression_bptc Define "GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB" with expression '0x8...
void glUniformMatrix3dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location,...
static final int GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended Alias for: GL_MAX_DUAL_SOURCE_...
void glFramebufferTextureARB(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target,...
static final int GL_PATCH_DEFAULT_INNER_LEVEL
GL_ARB_tessellation_shader, GL_VERSION_4_0 Define "GL_PATCH_DEFAULT_INNER_LEVEL" with expression '0x8...
void glGetDoublei_v(int target, int index, double[] data, int data_offset)
Entry point to C language function: void {@native glGetDoublei_v}(GLenum target, GLuint index,...
void glUniform4dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count,...
void glGetActiveSubroutineUniformName(int program, int shadertype, int index, int bufsize, int[] length, int length_offset, byte[] name, int name_offset)
Entry point to C language function: void {@native glGetActiveSubroutineUniformName}(GLuint program,...
void glFramebufferTextureFaceARB(int target, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target,...
static final int GL_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
void glUniformMatrix4dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location,...
void glScissorIndexedv(int index, IntBuffer v)
Entry point to C language function: void {@native glScissorIndexedv}(GLuint index,...
static final int GL_TRIANGLES_ADJACENCY_ARB
GL_ARB_geometry_shader4 Define "GL_TRIANGLES_ADJACENCY_ARB" with expression '0x000C',...
void glUniform3dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count,...
void glScissorArrayv(int first, int count, IntBuffer v)
Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count,...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB
GL_ARB_geometry_shader4 Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB" with expression '0x8DA8'...
void glUniformMatrix2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location,...
static final int GL_TRIANGLE_STRIP_ADJACENCY_ARB
GL_ARB_geometry_shader4 Define "GL_TRIANGLE_STRIP_ADJACENCY_ARB" with expression '0x000D',...
void glBindFragDataLocationIndexed(int program, int colorNumber, int index, String name)
Entry point to C language function: void {@native glBindFragDataLocationIndexed}(GLuint program,...
static final int GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB
GL_ARB_texture_compression_bptc Define "GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB" with expression '0x8...
static final int GL_INT_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
void glGetNamedStringivARB(int namelen, String name, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedStringivARB}(GLint namelen,...
void glViewportIndexedfv(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index,...
void glUniform2dv(int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count,...
void glUniform1dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count,...
void glUniformMatrix4x3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location,...
static final int GL_MAX_IMAGE_SAMPLES
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_MAX_IMAG...
void glUniformMatrix2x4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location,...
void glDeleteNamedStringARB(int namelen, String name)
Entry point to C language function: void {@native glDeleteNamedStringARB}(GLint namelen,...
void glVertexAttribP4ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index,...
void glUniform4d(int location, double x, double y, double z, double w)
Entry point to C language function: void {@native glUniform4d}(GLint location, GLdouble x,...
void glViewportArrayv(int first, int count, FloatBuffer v)
Entry point to C language function: void {@native glViewportArrayv}(GLuint first,...
static final int GL_DOUBLE_MAT4
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT4_EXT Def...
static final int GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB
GL_ARB_geometry_shader4 Define "GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB" with expression '0x8DDD',...
static final int GL_PROGRAM_POINT_SIZE
GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4 Alias for: ...
static final int GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_MAX_COMB...
void glScissorArrayv(int first, int count, int[] v, int v_offset)
Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count,...
void glUniformMatrix3x4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location,...
static final int GL_ONE_MINUS_SRC1_COLOR
GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended Alias for: GL_ONE_MINUS_SRC1_C...
static final int GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS" with express...
void glGetUniformSubroutineuiv(int shadertype, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype,...
boolean glIsNamedStringARB(int namelen, String name)
Entry point to C language function: GLboolean {@native glIsNamedStringARB}(GLint namelen,...
void glVertexAttribP2ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index,...
void glUniformMatrix4x2dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location,...
static final int GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB
GL_ARB_texture_compression_bptc Define "GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB" with expression '0...
void glUniform2d(int location, double x, double y)
Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x,...
void glUniformMatrix4x3dv(int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location,...
void glGetActiveSubroutineName(int program, int shadertype, int index, int bufsize, int[] length, int length_offset, byte[] name, int name_offset)
Entry point to C language function: void {@native glGetActiveSubroutineName}(GLuint program,...
void glFramebufferTextureLayerARB(int target, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target,...
static final int GL_DOUBLE_MAT2x3
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT2x3_EXT D...
static final int GL_SYNC_CL_EVENT_COMPLETE_ARB
GL_ARB_cl_event Define "GL_SYNC_CL_EVENT_COMPLETE_ARB" with expression '0x8241', CType: int
void glGetUniformdv(int program, int location, double[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformdv}(GLuint program,...
void glVertexAttribP4uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index,...
void glVertexAttribP2uiv(int index, int type, boolean normalized, int[] value, int value_offset)
Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index,...
static final int GL_DOUBLE_MAT2
GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit Alias for: GL_DOUBLE_MAT2_EXT Def...
static final int GL_ACTIVE_SUBROUTINES
GL_ARB_shader_subroutine, GL_VERSION_4_0 Define "GL_ACTIVE_SUBROUTINES" with expression '0x8DE5',...
void glCompileShaderIncludeARB(int shader, int count, String[] path, int[] length, int length_offset)
Entry point to C language function: void {@native glCompileShaderIncludeARB}(GLuint shader,...
void glUniform4dv(int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count,...
void glDrawTransformFeedbackStreamInstanced(int mode, int id, int stream, int instancecount)
Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mod...
static final int GL_CONTEXT_CORE_PROFILE_BIT
GL_VERSION_3_2 Define "GL_CONTEXT_CORE_PROFILE_BIT" with expression '0x00000001', CType: int
static final int GL_GEOMETRY_VERTICES_OUT_ARB
GL_ARB_geometry_shader4 Define "GL_GEOMETRY_VERTICES_OUT_ARB" with expression '0x8DDA',...
void glScissorIndexed(int index, int left, int bottom, int width, int height)
Entry point to C language function: void {@native glScissorIndexed}(GLuint index,...