JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
GL2GL3.java
Go to the documentation of this file.
1/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sun Jul 06 17:47:51 CEST 2025 ----! */
2/* !---- Java-Unit: [pkg com.jogamp.opengl, cls GL2GL3], ../build/jogl/gensrc/classes/com/jogamp/opengl/GL2GL3.java ----! */
3
4package com.jogamp.opengl;
5
6import java.util.*;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
9import jogamp.opengl.*;
10import java.io.PrintStream;
11import com.jogamp.gluegen.runtime.*;
12import com.jogamp.common.os.*;
13import com.jogamp.common.nio.*;
14import java.nio.*;
15import com.jogamp.common.util.*;
16import java.util.Set;
17import java.util.Map;
18import java.util.HashMap;
19import java.nio.charset.Charset;
20import java.nio.charset.StandardCharsets;
21
22 /**
23 * <p>
24 * Interface containing the common subset of core GL3 (OpenGL 3.1+) and GL2,
25 * also known as the OpenGL 3.0 forward compatible, non deprecated subset.<br/>
26 * This interface reflects only the programmable shader functionality of desktop OpenGL<br/>
27 * </p>
28 */
29public interface GL2GL3 extends GL2ES3{
30
31 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_EDGE_FLAG_ARRAY_ADDRESS_NV" with expression '<code>0x8F26</code>', CType: int */
32 public static final int GL_EDGE_FLAG_ARRAY_ADDRESS_NV = 0x8f26;
33 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT</code><br>
34Define "GL_UNSIGNED_INT_SAMPLER_2D_RECT" with expression '<code>0x8DD5</code>', CType: int */
35 public static final int GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8dd5;
36 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_FOG_COORD_ARRAY_ADDRESS_NV" with expression '<code>0x8F28</code>', CType: int */
37 public static final int GL_FOG_COORD_ARRAY_ADDRESS_NV = 0x8f28;
38 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_VIRTUAL_PAGE_SIZE_Y_ARB" with expression '<code>0x9196</code>', CType: int */
39 public static final int GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196;
40 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_texture3D</code><br>Alias for: <code>GL_PACK_IMAGE_HEIGHT_EXT</code><br>
41Define "GL_PACK_IMAGE_HEIGHT" with expression '<code>0x806C</code>', CType: int */
42 public static final int GL_PACK_IMAGE_HEIGHT = 0x806c;
43 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_integer</code><br>Alias for: <code>GL_GREEN_INTEGER_EXT</code><br>
44Define "GL_GREEN_INTEGER" with expression '<code>0x8D95</code>', CType: int */
45 public static final int GL_GREEN_INTEGER = 0x8d95;
46 /** <code>GL_VERSION_4_0</code>, <code>GL_ARB_texture_cube_map_array</code><br>Alias for: <code>GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB</code><br>
47Define "GL_PROXY_TEXTURE_CUBE_MAP_ARRAY" with expression '<code>0x900B</code>', CType: int */
48 public static final int GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900b;
49 /** <code>GL_VERSION_2_1</code>, <code>GL_EXT_texture_sRGB</code><br>Alias for: <code>GL_COMPRESSED_SRGB_ALPHA_EXT</code><br>
50Define "GL_COMPRESSED_SRGB_ALPHA" with expression '<code>0x8C49</code>', CType: int */
51 public static final int GL_COMPRESSED_SRGB_ALPHA = 0x8c49;
52 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_S3TC_DXT1_RGB" with expression '<code>0x82CC</code>', CType: int */
53 public static final int GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82cc;
54 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_GATHER" with expression '<code>0x82A2</code>', CType: int */
55 public static final int GL_TEXTURE_GATHER = 0x82a2;
56 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_10_10_10_2" with expression '<code>0x82C3</code>', CType: int */
57 public static final int GL_IMAGE_CLASS_10_10_10_2 = 0x82c3;
58 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TESS_EVALUATION_TEXTURE" with expression '<code>0x829D</code>', CType: int */
59 public static final int GL_TESS_EVALUATION_TEXTURE = 0x829d;
60 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_BACK_LEFT" with expression '<code>0x0402</code>', CType: int */
61 public static final int GL_BACK_LEFT = 0x402;
62 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_POLYGON_OFFSET_POINT_NV</code><br>
63Define "GL_POLYGON_OFFSET_POINT" with expression '<code>0x2A01</code>', CType: int */
64 public static final int GL_POLYGON_OFFSET_POINT = 0x2a01;
65 /** <code>GL_NV_shader_buffer_load</code><br>Define "GL_GPU_ADDRESS_NV" with expression '<code>0x8F34</code>', CType: int */
66 public static final int GL_GPU_ADDRESS_NV = 0x8f34;
67 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_SAMPLER_1D_ARRAY_SHADOW_EXT</code><br>
68Define "GL_SAMPLER_1D_ARRAY_SHADOW" with expression '<code>0x8DC3</code>', CType: int */
69 public static final int GL_SAMPLER_1D_ARRAY_SHADOW = 0x8dc3;
70 /** <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>GL_TEXTURE_COMPRESSION_HINT_ARB</code><br>
71Define "GL_TEXTURE_COMPRESSION_HINT" with expression '<code>0x84EF</code>', CType: int */
72 public static final int GL_TEXTURE_COMPRESSION_HINT = 0x84ef;
73 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_RGTC1_RED" with expression '<code>0x82D0</code>', CType: int */
74 public static final int GL_VIEW_CLASS_RGTC1_RED = 0x82d0;
75 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB" with expression '<code>0x919A</code>', CType: int */
76 public static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919a;
77 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_VIEW" with expression '<code>0x82B5</code>', CType: int */
78 public static final int GL_TEXTURE_VIEW = 0x82b5;
79 /** <code>GL_ARB_framebuffer_object</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_framebuffer_object</code><br>Alias for: <code>GL_STENCIL_INDEX16_EXT</code><br>
80Define "GL_STENCIL_INDEX16" with expression '<code>0x8D49</code>', CType: int */
81 public static final int GL_STENCIL_INDEX16 = 0x8d49;
82 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_DEPTH_COMPONENTS" with expression '<code>0x8284</code>', CType: int */
83 public static final int GL_DEPTH_COMPONENTS = 0x8284;
84 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_RGB5_EXT</code><br>
85Define "GL_RGB5" with expression '<code>0x8050</code>', CType: int */
86 public static final int GL_RGB5 = 0x8050;
87 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_RGB4_EXT</code><br>
88Define "GL_RGB4" with expression '<code>0x804F</code>', CType: int */
89 public static final int GL_RGB4 = 0x804f;
90 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FRAMEBUFFER_RENDERABLE" with expression '<code>0x8289</code>', CType: int */
91 public static final int GL_FRAMEBUFFER_RENDERABLE = 0x8289;
92 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV" with expression '<code>0x8F2A</code>', CType: int */
93 public static final int GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV = 0x8f2a;
94 /** <code>GL_VERSION_3_1</code>, <code>GL_ARB_texture_rectangle</code>, <code>GL_NV_texture_rectangle</code><br>Alias for: <code>GL_TEXTURE_RECTANGLE_ARB</code>, <code>GL_TEXTURE_RECTANGLE_NV</code><br>
95Define "GL_TEXTURE_RECTANGLE" with expression '<code>0x84F5</code>', CType: int */
96 public static final int GL_TEXTURE_RECTANGLE = 0x84f5;
97 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_API_ERROR_AMD" with expression '<code>0x9149</code>', CType: int */
98 public static final int GL_DEBUG_CATEGORY_API_ERROR_AMD = 0x9149;
99 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_SEVERITY_LOW_AMD" with expression '<code>0x9148</code>', CType: int */
100 public static final int GL_DEBUG_SEVERITY_LOW_AMD = 0x9148;
101 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TESS_CONTROL_TEXTURE" with expression '<code>0x829C</code>', CType: int */
102 public static final int GL_TESS_CONTROL_TEXTURE = 0x829c;
103 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_READ_PIXELS" with expression '<code>0x828C</code>', CType: int */
104 public static final int GL_READ_PIXELS = 0x828c;
105 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POLYGON_SMOOTH_HINT" with expression '<code>0x0C53</code>', CType: int */
106 public static final int GL_POLYGON_SMOOTH_HINT = 0xc53;
107 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_POINT_NV</code><br>
108Define "GL_POINT" with expression '<code>0x1B00</code>', CType: int */
109 public static final int GL_POINT = 0x1b00;
110 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_VERTEX_SHADER_INVOCATIONS_ARB" with expression '<code>0x82F0</code>', CType: int */
111 public static final int GL_VERTEX_SHADER_INVOCATIONS_ARB = 0x82f0;
112 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_NORMAL_ARRAY_LENGTH_NV" with expression '<code>0x8F2C</code>', CType: int */
113 public static final int GL_NORMAL_ARRAY_LENGTH_NV = 0x8f2c;
114 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_COMPUTE_SHADER_INVOCATIONS_ARB" with expression '<code>0x82F5</code>', CType: int */
115 public static final int GL_COMPUTE_SHADER_INVOCATIONS_ARB = 0x82f5;
116 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_POLYGON_OFFSET_LINE_NV</code><br>
117Define "GL_POLYGON_OFFSET_LINE" with expression '<code>0x2A02</code>', CType: int */
118 public static final int GL_POLYGON_OFFSET_LINE = 0x2a02;
119 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_STENCIL_TYPE" with expression '<code>0x827D</code>', CType: int */
120 public static final int GL_INTERNALFORMAT_STENCIL_TYPE = 0x827d;
121 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MAX_WIDTH" with expression '<code>0x827E</code>', CType: int */
122 public static final int GL_MAX_WIDTH = 0x827e;
123 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_TESS_CONTROL_SHADER_PATCHES_ARB" with expression '<code>0x82F1</code>', CType: int */
124 public static final int GL_TESS_CONTROL_SHADER_PATCHES_ARB = 0x82f1;
125 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_PRIMITIVES_SUBMITTED_ARB" with expression '<code>0x82EF</code>', CType: int */
126 public static final int GL_PRIMITIVES_SUBMITTED_ARB = 0x82ef;
127 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_24_BITS" with expression '<code>0x82C9</code>', CType: int */
128 public static final int GL_VIEW_CLASS_24_BITS = 0x82c9;
129 /** <code>GL_VERSION_1_4</code>, <code>GL_EXT_texture_lod_bias</code><br>Alias for: <code>GL_TEXTURE_LOD_BIAS_EXT</code><br>
130Define "GL_TEXTURE_LOD_BIAS" with expression '<code>0x8501</code>', CType: int */
131 public static final int GL_TEXTURE_LOD_BIAS = 0x8501;
132 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_CLIPPING_OUTPUT_PRIMITIVES_ARB" with expression '<code>0x82F7</code>', CType: int */
133 public static final int GL_CLIPPING_OUTPUT_PRIMITIVES_ARB = 0x82f7;
134 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_GREEN_SIZE" with expression '<code>0x8272</code>', CType: int */
135 public static final int GL_INTERNALFORMAT_GREEN_SIZE = 0x8272;
136 /** <code>GL_AMD_stencil_operation_extended</code><br>Define "GL_SET_AMD" with expression '<code>0x874A</code>', CType: int */
137 public static final int GL_SET_AMD = 0x874a;
138 /** <code>GL_AMD_sample_positions</code><br>Define "GL_SUBSAMPLE_DISTANCE_AMD" with expression '<code>0x883F</code>', CType: int */
139 public static final int GL_SUBSAMPLE_DISTANCE_AMD = 0x883f;
140 /** <code>GL_VERSION_2_0</code>, <code>GL_ARB_shader_objects</code><br>Alias for: <code>GL_SAMPLER_1D_ARB</code><br>
141Define "GL_SAMPLER_1D" with expression '<code>0x8B5D</code>', CType: int */
142 public static final int GL_SAMPLER_1D = 0x8b5d;
143 /** <code>GL_VERSION_1_5</code>, <code>GL_ARB_occlusion_query</code><br>Alias for: <code>GL_SAMPLES_PASSED_ARB</code><br>
144Define "GL_SAMPLES_PASSED" with expression '<code>0x8914</code>', CType: int */
145 public static final int GL_SAMPLES_PASSED = 0x8914;
146 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE1_APPLE</code><br>
147Define "GL_CLIP_DISTANCE1" with expression '<code>0x3001</code>', CType: int */
148 public static final int GL_CLIP_DISTANCE1 = 0x3001;
149 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE0_APPLE</code><br>
150Define "GL_CLIP_DISTANCE0" with expression '<code>0x3000</code>', CType: int */
151 public static final int GL_CLIP_DISTANCE0 = 0x3000;
152 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE3_APPLE</code><br>
153Define "GL_CLIP_DISTANCE3" with expression '<code>0x3003</code>', CType: int */
154 public static final int GL_CLIP_DISTANCE3 = 0x3003;
155 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE2_APPLE</code><br>
156Define "GL_CLIP_DISTANCE2" with expression '<code>0x3002</code>', CType: int */
157 public static final int GL_CLIP_DISTANCE2 = 0x3002;
158 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE5_APPLE</code><br>
159Define "GL_CLIP_DISTANCE5" with expression '<code>0x3005</code>', CType: int */
160 public static final int GL_CLIP_DISTANCE5 = 0x3005;
161 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE4_APPLE</code><br>
162Define "GL_CLIP_DISTANCE4" with expression '<code>0x3004</code>', CType: int */
163 public static final int GL_CLIP_DISTANCE4 = 0x3004;
164 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE7_APPLE</code><br>
165Define "GL_CLIP_DISTANCE7" with expression '<code>0x3007</code>', CType: int */
166 public static final int GL_CLIP_DISTANCE7 = 0x3007;
167 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_CLIP_DISTANCE6_APPLE</code><br>
168Define "GL_CLIP_DISTANCE6" with expression '<code>0x3006</code>', CType: int */
169 public static final int GL_CLIP_DISTANCE6 = 0x3006;
170 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MAX_HEIGHT" with expression '<code>0x827F</code>', CType: int */
171 public static final int GL_MAX_HEIGHT = 0x827f;
172 /** <code>GL_ARB_texture_swizzle</code>, <code>GL_VERSION_3_3</code>, <code>GL_EXT_texture_swizzle</code><br>Alias for: <code>GL_TEXTURE_SWIZZLE_RGBA_EXT</code><br>
173Define "GL_TEXTURE_SWIZZLE_RGBA" with expression '<code>0x8E46</code>', CType: int */
174 public static final int GL_TEXTURE_SWIZZLE_RGBA = 0x8e46;
175 /** <code>GL_VERSION_3_0</code>, <code>GL_ARB_color_buffer_float</code><br>Alias for: <code>GL_FIXED_ONLY_ARB</code><br>
176Define "GL_FIXED_ONLY" with expression '<code>0x891D</code>', CType: int */
177 public static final int GL_FIXED_ONLY = 0x891d;
178 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_array</code><br>Alias for: <code>GL_TEXTURE_1D_ARRAY_EXT</code><br>
179Define "GL_TEXTURE_1D_ARRAY" with expression '<code>0x8C18</code>', CType: int */
180 public static final int GL_TEXTURE_1D_ARRAY = 0x8c18;
181 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_SHADOW" with expression '<code>0x82A1</code>', CType: int */
182 public static final int GL_TEXTURE_SHADOW = 0x82a1;
183 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB" with expression '<code>0x91A9</code>', CType: int */
184 public static final int GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91a9;
185 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POINT_SIZE_GRANULARITY" with expression '<code>0x0B13</code>', CType: int */
186 public static final int GL_POINT_SIZE_GRANULARITY = 0xb13;
187 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT" with expression '<code>0x82B2</code>', CType: int */
188 public static final int GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82b2;
189 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE" with expression '<code>0x92C4</code>', CType: int */
190 public static final int GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92c4;
191 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_VERTICES_SUBMITTED_ARB" with expression '<code>0x82EE</code>', CType: int */
192 public static final int GL_VERTICES_SUBMITTED_ARB = 0x82ee;
193 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MIPMAP" with expression '<code>0x8293</code>', CType: int */
194 public static final int GL_MIPMAP = 0x8293;
195 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_INT_SAMPLER_1D_EXT</code><br>
196Define "GL_INT_SAMPLER_1D" with expression '<code>0x8DC9</code>', CType: int */
197 public static final int GL_INT_SAMPLER_1D = 0x8dc9;
198 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_UNPACK_COMPRESSED_BLOCK_DEPTH" with expression '<code>0x9129</code>', CType: int */
199 public static final int GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129;
200 /** <code>GL_EXT_texture_sRGB_decode</code><br>Define "GL_TEXTURE_SRGB_DECODE_EXT" with expression '<code>0x8A48</code>', CType: int */
201 public static final int GL_TEXTURE_SRGB_DECODE_EXT = 0x8a48;
202 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_S3TC_DXT3_RGBA" with expression '<code>0x82CE</code>', CType: int */
203 public static final int GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82ce;
204 /** <code>GL_VERSION_1_1</code><br>Define "GL_R3_G3_B2" with expression '<code>0x2A10</code>', CType: int */
205 public static final int GL_R3_G3_B2 = 0x2a10;
206 /** <code>GL_VERSION_2_0</code><br>Define "GL_UPPER_LEFT" with expression '<code>0x8CA2</code>', CType: int */
207 public static final int GL_UPPER_LEFT = 0x8ca2;
208 /** <code>GL_AMD_depth_clamp_separate</code><br>Define "GL_DEPTH_CLAMP_FAR_AMD" with expression '<code>0x901F</code>', CType: int */
209 public static final int GL_DEPTH_CLAMP_FAR_AMD = 0x901f;
210 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_UNSIGNED_INT_SAMPLER_1D_EXT</code><br>
211Define "GL_UNSIGNED_INT_SAMPLER_1D" with expression '<code>0x8DD1</code>', CType: int */
212 public static final int GL_UNSIGNED_INT_SAMPLER_1D = 0x8dd1;
213 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_integer</code><br>Alias for: <code>GL_BGRA_INTEGER_EXT</code><br>
214Define "GL_BGRA_INTEGER" with expression '<code>0x8D9B</code>', CType: int */
215 public static final int GL_BGRA_INTEGER = 0x8d9b;
216 /** <code>GL_ARB_sparse_buffer</code><br>Define "GL_SPARSE_STORAGE_BIT_ARB" with expression '<code>0x0400</code>', CType: int */
217 public static final int GL_SPARSE_STORAGE_BIT_ARB = 0x400;
218 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_texture3D</code><br>Alias for: <code>GL_PACK_SKIP_IMAGES_EXT</code><br>
219Define "GL_PACK_SKIP_IMAGES" with expression '<code>0x806B</code>', CType: int */
220 public static final int GL_PACK_SKIP_IMAGES = 0x806b;
221 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_EXT_multiview_draw_buffers</code><br>Alias for: <code>GL_DRAW_BUFFER_EXT</code><br>
222Define "GL_DRAW_BUFFER" with expression '<code>0x0C01</code>', CType: int */
223 public static final int GL_DRAW_BUFFER = 0xc01;
224 /** <code>GL_ARB_texture_compression_rgtc</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_compression_rgtc</code><br>Alias for: <code>GL_COMPRESSED_RED_RGTC1_EXT</code><br>
225Define "GL_COMPRESSED_RED_RGTC1" with expression '<code>0x8DBB</code>', CType: int */
226 public static final int GL_COMPRESSED_RED_RGTC1 = 0x8dbb;
227 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_integer</code><br>Alias for: <code>GL_BLUE_INTEGER_EXT</code><br>
228Define "GL_BLUE_INTEGER" with expression '<code>0x8D96</code>', CType: int */
229 public static final int GL_BLUE_INTEGER = 0x8d96;
230 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_SHARED_SIZE" with expression '<code>0x8277</code>', CType: int */
231 public static final int GL_INTERNALFORMAT_SHARED_SIZE = 0x8277;
232 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_GEOMETRY_TEXTURE" with expression '<code>0x829E</code>', CType: int */
233 public static final int GL_GEOMETRY_TEXTURE = 0x829e;
234 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_1_X_8" with expression '<code>0x82C1</code>', CType: int */
235 public static final int GL_IMAGE_CLASS_1_X_8 = 0x82c1;
236 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_DOUBLE" with expression '<code>0x140A</code>', CType: int */
237 public static final int GL_DOUBLE = 0x140a;
238 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS" with expression '<code>0x92C5</code>', CType: int */
239 public static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92c5;
240 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_array</code><br>Alias for: <code>GL_TEXTURE_BINDING_1D_ARRAY_EXT</code><br>
241Define "GL_TEXTURE_BINDING_1D_ARRAY" with expression '<code>0x8C1C</code>', CType: int */
242 public static final int GL_TEXTURE_BINDING_1D_ARRAY = 0x8c1c;
243 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB" with expression '<code>0x82F2</code>', CType: int */
244 public static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB = 0x82f2;
245 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD" with expression '<code>0x914A</code>', CType: int */
246 public static final int GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD = 0x914a;
247 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_DRAW_INDIRECT_ADDRESS_NV" with expression '<code>0x8F41</code>', CType: int */
248 public static final int GL_DRAW_INDIRECT_ADDRESS_NV = 0x8f41;
249 /** <code>GL_ARB_framebuffer_object</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_framebuffer_object</code><br>Alias for: <code>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT</code><br>
250Define "GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER" with expression '<code>0x8CDC</code>', CType: int */
251 public static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8cdc;
252 /** <code>GL_AMD_debug_output</code><br>Define "GL_MAX_DEBUG_LOGGED_MESSAGES_AMD" with expression '<code>0x9144</code>', CType: int */
253 public static final int GL_MAX_DEBUG_LOGGED_MESSAGES_AMD = 0x9144;
254 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_SEVERITY_MEDIUM_AMD" with expression '<code>0x9147</code>', CType: int */
255 public static final int GL_DEBUG_SEVERITY_MEDIUM_AMD = 0x9147;
256 /** <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_shader</code><br>Alias for: <code>GL_MAX_VARYING_FLOATS_ARB</code><br>
257Define "GL_MAX_VARYING_FLOATS" with expression '<code>0x8B4B</code>', CType: int */
258 public static final int GL_MAX_VARYING_FLOATS = 0x8b4b;
259 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_LOGGED_MESSAGES_AMD" with expression '<code>0x9145</code>', CType: int */
260 public static final int GL_DEBUG_LOGGED_MESSAGES_AMD = 0x9145;
261 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_RED_SIZE" with expression '<code>0x8271</code>', CType: int */
262 public static final int GL_INTERNALFORMAT_RED_SIZE = 0x8271;
263 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_PACK_COMPRESSED_BLOCK_HEIGHT" with expression '<code>0x912C</code>', CType: int */
264 public static final int GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912c;
265 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER" with expression '<code>0x92CB</code>', CType: int */
267 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_INT_SAMPLER_2D_RECT_EXT</code><br>
268Define "GL_INT_SAMPLER_2D_RECT" with expression '<code>0x8DCD</code>', CType: int */
269 public static final int GL_INT_SAMPLER_2D_RECT = 0x8dcd;
270 /** <code>GL_EXT_texture_sRGB_decode</code><br>Define "GL_SKIP_DECODE_EXT" with expression '<code>0x8A4A</code>', CType: int */
271 public static final int GL_SKIP_DECODE_EXT = 0x8a4a;
272 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_SAMPLER_BUFFER_AMD" with expression '<code>0x9001</code>', CType: int */
273 public static final int GL_SAMPLER_BUFFER_AMD = 0x9001;
274 /** <code>GL_VERSION_2_0</code><br>Define "GL_LOWER_LEFT" with expression '<code>0x8CA1</code>', CType: int */
275 public static final int GL_LOWER_LEFT = 0x8ca1;
276 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_PIXEL_TYPE" with expression '<code>0x82AA</code>', CType: int */
277 public static final int GL_IMAGE_PIXEL_TYPE = 0x82aa;
278 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_DEPTH_RENDERABLE" with expression '<code>0x8287</code>', CType: int */
279 public static final int GL_DEPTH_RENDERABLE = 0x8287;
280 /** <code>GL_AMD_stencil_operation_extended</code><br>Define "GL_STENCIL_BACK_OP_VALUE_AMD" with expression '<code>0x874D</code>', CType: int */
281 public static final int GL_STENCIL_BACK_OP_VALUE_AMD = 0x874d;
282 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_UNPACK_COMPRESSED_BLOCK_WIDTH" with expression '<code>0x9127</code>', CType: int */
283 public static final int GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127;
284 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_BLUE_TYPE" with expression '<code>0x827A</code>', CType: int */
285 public static final int GL_INTERNALFORMAT_BLUE_TYPE = 0x827a;
286 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SRGB_WRITE" with expression '<code>0x8298</code>', CType: int */
287 public static final int GL_SRGB_WRITE = 0x8298;
288 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_VIRTUAL_PAGE_SIZE_X_ARB" with expression '<code>0x9195</code>', CType: int */
289 public static final int GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195;
290 /** <code>GL_AMD_depth_clamp_separate</code><br>Define "GL_DEPTH_CLAMP_NEAR_AMD" with expression '<code>0x901E</code>', CType: int */
291 public static final int GL_DEPTH_CLAMP_NEAR_AMD = 0x901e;
292 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_BPTC_UNORM" with expression '<code>0x82D2</code>', CType: int */
293 public static final int GL_VIEW_CLASS_BPTC_UNORM = 0x82d2;
294 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_CLIPPING_INPUT_PRIMITIVES_ARB" with expression '<code>0x82F6</code>', CType: int */
295 public static final int GL_CLIPPING_INPUT_PRIMITIVES_ARB = 0x82f6;
296 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_DOUBLEBUFFER" with expression '<code>0x0C32</code>', CType: int */
297 public static final int GL_DOUBLEBUFFER = 0xc32;
298 /** <code>GL_ARB_texture_rg</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_norm16</code><br>Alias for: <code>GL_R16_EXT</code><br>
299Define "GL_R16" with expression '<code>0x822A</code>', CType: int */
300 public static final int GL_R16 = 0x822a;
301 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SHADER_IMAGE_STORE" with expression '<code>0x82A5</code>', CType: int */
302 public static final int GL_SHADER_IMAGE_STORE = 0x82a5;
303 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD" with expression '<code>0x9003</code>', CType: int */
304 public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003;
305 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_SAMPLER_1D_ARRAY_EXT</code><br>
306Define "GL_SAMPLER_1D_ARRAY" with expression '<code>0x8DC0</code>', CType: int */
307 public static final int GL_SAMPLER_1D_ARRAY = 0x8dc0;
308 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST" with expression '<code>0x82AC</code>', CType: int */
309 public static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82ac;
310 /** <code>GL_VERSION_3_0</code><br>Define "GL_COMPRESSED_RG" with expression '<code>0x8226</code>', CType: int */
311 public static final int GL_COMPRESSED_RG = 0x8226;
312 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_COLOR_ENCODING" with expression '<code>0x8296</code>', CType: int */
313 public static final int GL_COLOR_ENCODING = 0x8296;
314 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_CLEAR_BUFFER" with expression '<code>0x82B4</code>', CType: int */
315 public static final int GL_CLEAR_BUFFER = 0x82b4;
316 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_TEXTURE_1D" with expression '<code>0x0DE0</code>', CType: int */
317 public static final int GL_TEXTURE_1D = 0xde0;
318 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_DRAW_INDIRECT_LENGTH_NV" with expression '<code>0x8F42</code>', CType: int */
319 public static final int GL_DRAW_INDIRECT_LENGTH_NV = 0x8f42;
320 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FILTER" with expression '<code>0x829A</code>', CType: int */
321 public static final int GL_FILTER = 0x829a;
322 /** <code>GL_ARB_uniform_buffer_object</code>, <code>GL_VERSION_3_1</code><br>Define "GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER" with expression '<code>0x8A45</code>', CType: int */
323 public static final int GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8a45;
324 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_TEXTURE_COORD_ARRAY_ADDRESS_NV" with expression '<code>0x8F25</code>', CType: int */
325 public static final int GL_TEXTURE_COORD_ARRAY_ADDRESS_NV = 0x8f25;
326 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_COMPATIBILITY_CLASS" with expression '<code>0x82B6</code>', CType: int */
327 public static final int GL_VIEW_COMPATIBILITY_CLASS = 0x82b6;
328 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_2_X_16" with expression '<code>0x82BD</code>', CType: int */
329 public static final int GL_IMAGE_CLASS_2_X_16 = 0x82bd;
330 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_INT_SAMPLER_1D_ARRAY_EXT</code><br>
331Define "GL_INT_SAMPLER_1D_ARRAY" with expression '<code>0x8DCE</code>', CType: int */
332 public static final int GL_INT_SAMPLER_1D_ARRAY = 0x8dce;
333 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_TEXTURE_SPARSE_ARB" with expression '<code>0x91A6</code>', CType: int */
334 public static final int GL_TEXTURE_SPARSE_ARB = 0x91a6;
335 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_2_X_32" with expression '<code>0x82BA</code>', CType: int */
336 public static final int GL_IMAGE_CLASS_2_X_32 = 0x82ba;
337 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_GET_TEXTURE_IMAGE_TYPE" with expression '<code>0x8292</code>', CType: int */
338 public static final int GL_GET_TEXTURE_IMAGE_TYPE = 0x8292;
339 /** <code>GL_VERSION_3_1</code>, <code>GL_ARB_shader_objects</code><br>Alias for: <code>GL_SAMPLER_2D_RECT_SHADOW_ARB</code><br>
340Define "GL_SAMPLER_2D_RECT_SHADOW" with expression '<code>0x8B64</code>', CType: int */
341 public static final int GL_SAMPLER_2D_RECT_SHADOW = 0x8b64;
342 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_packed_pixels</code><br>Alias for: <code>GL_UNSIGNED_BYTE_3_3_2_EXT</code><br>
343Define "GL_UNSIGNED_BYTE_3_3_2" with expression '<code>0x8032</code>', CType: int */
344 public static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032;
345 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_11_11_10" with expression '<code>0x82C2</code>', CType: int */
346 public static final int GL_IMAGE_CLASS_11_11_10 = 0x82c2;
347 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_DEPTH_TYPE" with expression '<code>0x827C</code>', CType: int */
348 public static final int GL_INTERNALFORMAT_DEPTH_TYPE = 0x827c;
349 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_TESSELLATION_MODE_AMD" with expression '<code>0x9004</code>', CType: int */
350 public static final int GL_TESSELLATION_MODE_AMD = 0x9004;
351 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_FRAGMENT_SHADER_INVOCATIONS_ARB" with expression '<code>0x82F4</code>', CType: int */
352 public static final int GL_FRAGMENT_SHADER_INVOCATIONS_ARB = 0x82f4;
353 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_32_BITS" with expression '<code>0x82C8</code>', CType: int */
354 public static final int GL_VIEW_CLASS_32_BITS = 0x82c8;
355 /** <code>GL_VERSION_3_0</code>, <code>GL_ARB_color_buffer_float</code><br>Alias for: <code>GL_CLAMP_READ_COLOR_ARB</code><br>
356Define "GL_CLAMP_READ_COLOR" with expression '<code>0x891C</code>', CType: int */
357 public static final int GL_CLAMP_READ_COLOR = 0x891c;
358 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_APPLICATION_AMD" with expression '<code>0x914F</code>', CType: int */
359 public static final int GL_DEBUG_CATEGORY_APPLICATION_AMD = 0x914f;
360 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER" with expression '<code>0x92C9</code>', CType: int */
362 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_S3TC_DXT1_RGBA" with expression '<code>0x82CD</code>', CType: int */
363 public static final int GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82cd;
364 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_packed_pixels</code><br>Alias for: <code>GL_UNSIGNED_INT_8_8_8_8_EXT</code><br>
365Define "GL_UNSIGNED_INT_8_8_8_8" with expression '<code>0x8035</code>', CType: int */
366 public static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035;
367 /** <code>GL_VERSION_1_2</code><br>Define "GL_UNSIGNED_INT_8_8_8_8_REV" with expression '<code>0x8367</code>', CType: int */
368 public static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367;
369 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_COMPRESSED_BLOCK_SIZE" with expression '<code>0x82B3</code>', CType: int */
370 public static final int GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82b3;
371 /** <code>GL_VERSION_3_1</code>, <code>GL_NV_texture_rectangle</code>, <code>GL_ARB_texture_rectangle</code><br>Alias for: <code>GL_MAX_RECTANGLE_TEXTURE_SIZE_NV</code>, <code>GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB</code><br>
372Define "GL_MAX_RECTANGLE_TEXTURE_SIZE" with expression '<code>0x84F8</code>', CType: int */
373 public static final int GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84f8;
374 /** <code>GL_ARB_texture_compression_rgtc</code>, <code>GL_VERSION_3_0</code><br>Define "GL_COMPRESSED_RG_RGTC2" with expression '<code>0x8DBD</code>', CType: int */
375 public static final int GL_COMPRESSED_RG_RGTC2 = 0x8dbd;
376 /** <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br>Define "GL_MAX_TRANSFORM_FEEDBACK_BUFFERS" with expression '<code>0x8E70</code>', CType: int */
377 public static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8e70;
378 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_STEREO" with expression '<code>0x0C33</code>', CType: int */
379 public static final int GL_STEREO = 0xc33;
380 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_UNPACK_SWAP_BYTES" with expression '<code>0x0CF0</code>', CType: int */
381 public static final int GL_UNPACK_SWAP_BYTES = 0xcf0;
382 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_INT_SAMPLER_BUFFER_AMD" with expression '<code>0x9002</code>', CType: int */
383 public static final int GL_INT_SAMPLER_BUFFER_AMD = 0x9002;
384 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_DEPRECATION_AMD" with expression '<code>0x914B</code>', CType: int */
385 public static final int GL_DEBUG_CATEGORY_DEPRECATION_AMD = 0x914b;
386 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_INDEX_ARRAY_LENGTH_NV" with expression '<code>0x8F2E</code>', CType: int */
387 public static final int GL_INDEX_ARRAY_LENGTH_NV = 0x8f2e;
388 /** <code>GL_EXT_framebuffer_multisample_blit_scaled</code><br>Define "GL_SCALED_RESOLVE_FASTEST_EXT" with expression '<code>0x90BA</code>', CType: int */
389 public static final int GL_SCALED_RESOLVE_FASTEST_EXT = 0x90ba;
390 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_RGTC2_RG" with expression '<code>0x82D1</code>', CType: int */
391 public static final int GL_VIEW_CLASS_RGTC2_RG = 0x82d1;
392 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_LINE_NV</code><br>
393Define "GL_LINE" with expression '<code>0x1B01</code>', CType: int */
394 public static final int GL_LINE = 0x1b01;
395 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_COMPATIBILITY_CLASS" with expression '<code>0x82A8</code>', CType: int */
396 public static final int GL_IMAGE_COMPATIBILITY_CLASS = 0x82a8;
397 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MANUAL_GENERATE_MIPMAP" with expression '<code>0x8294</code>', CType: int */
398 public static final int GL_MANUAL_GENERATE_MIPMAP = 0x8294;
399 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_read_format_bgra</code>, <code>GL_IMG_read_format</code><br>Alias for: <code>GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT</code>, <code>GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG</code><br>
400Define "GL_UNSIGNED_SHORT_4_4_4_4_REV" with expression '<code>0x8365</code>', CType: int */
401 public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365;
402 /** <code>GL_NV_shader_buffer_load</code><br>Define "GL_BUFFER_GPU_ADDRESS_NV" with expression '<code>0x8F1D</code>', CType: int */
403 public static final int GL_BUFFER_GPU_ADDRESS_NV = 0x8f1d;
404 /** <code>GL_VERSION_3_1</code>, <code>GL_NV_texture_rectangle</code>, <code>GL_ARB_texture_rectangle</code><br>Alias for: <code>GL_PROXY_TEXTURE_RECTANGLE_NV</code>, <code>GL_PROXY_TEXTURE_RECTANGLE_ARB</code><br>
405Define "GL_PROXY_TEXTURE_RECTANGLE" with expression '<code>0x84F7</code>', CType: int */
406 public static final int GL_PROXY_TEXTURE_RECTANGLE = 0x84f7;
407 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MAX_DEPTH" with expression '<code>0x8280</code>', CType: int */
408 public static final int GL_MAX_DEPTH = 0x8280;
409 /** <code>GL_AMD_blend_minmax_factor</code><br>Define "GL_FACTOR_MAX_AMD" with expression '<code>0x901D</code>', CType: int */
410 public static final int GL_FACTOR_MAX_AMD = 0x901d;
411 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_IMAGE_TYPE" with expression '<code>0x8290</code>', CType: int */
412 public static final int GL_TEXTURE_IMAGE_TYPE = 0x8290;
413 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE" with expression '<code>0x82AE</code>', CType: int */
414 public static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82ae;
415 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_DRAW_INDIRECT_UNIFIED_NV" with expression '<code>0x8F40</code>', CType: int */
416 public static final int GL_DRAW_INDIRECT_UNIFIED_NV = 0x8f40;
417 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code><br>Alias for: <code>GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT</code><br>
418Define "GL_UNSIGNED_INT_SAMPLER_1D_ARRAY" with expression '<code>0x8DD6</code>', CType: int */
419 public static final int GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8dd6;
420 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_ALPHA_SIZE" with expression '<code>0x8274</code>', CType: int */
421 public static final int GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274;
422 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_FOG_COORD_ARRAY_LENGTH_NV" with expression '<code>0x8F32</code>', CType: int */
423 public static final int GL_FOG_COORD_ARRAY_LENGTH_NV = 0x8f32;
424 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_2_X_8" with expression '<code>0x82C0</code>', CType: int */
425 public static final int GL_IMAGE_CLASS_2_X_8 = 0x82c0;
426 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_TEXEL_SIZE" with expression '<code>0x82A7</code>', CType: int */
427 public static final int GL_IMAGE_TEXEL_SIZE = 0x82a7;
428 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_STENCIL_RENDERABLE" with expression '<code>0x8288</code>', CType: int */
429 public static final int GL_STENCIL_RENDERABLE = 0x8288;
430 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_GET_TEXTURE_IMAGE_FORMAT" with expression '<code>0x8291</code>', CType: int */
431 public static final int GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291;
432 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_COLOR_COMPONENTS" with expression '<code>0x8283</code>', CType: int */
433 public static final int GL_COLOR_COMPONENTS = 0x8283;
434 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_integer</code><br>Alias for: <code>GL_BGR_INTEGER_EXT</code><br>
435Define "GL_BGR_INTEGER" with expression '<code>0x8D9A</code>', CType: int */
436 public static final int GL_BGR_INTEGER = 0x8d9a;
437 /** <code>GL_ARB_framebuffer_object</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_framebuffer_object</code><br>Alias for: <code>GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT</code><br>
438Define "GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER" with expression '<code>0x8CDB</code>', CType: int */
439 public static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8cdb;
440 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MAX_LAYERS" with expression '<code>0x8281</code>', CType: int */
441 public static final int GL_MAX_LAYERS = 0x8281;
442 /** <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code>, <code>GL_ATI_vertex_streams</code><br>Alias for: <code>GL_MAX_VERTEX_STREAMS_ATI</code><br>
443Define "GL_MAX_VERTEX_STREAMS" with expression '<code>0x8E71</code>', CType: int */
444 public static final int GL_MAX_VERTEX_STREAMS = 0x8e71;
445 /** <code>GL_ARB_transform_feedback2</code>, <code>GL_VERSION_4_0</code>, <code>GL_NV_transform_feedback2</code><br>Alias for: <code>GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV</code><br>
446Define "GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE" with expression '<code>0x8E24</code>', CType: int */
447 public static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8e24;
448 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SRGB_READ" with expression '<code>0x8297</code>', CType: int */
449 public static final int GL_SRGB_READ = 0x8297;
450 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_MAX_COMBINED_DIMENSIONS" with expression '<code>0x8282</code>', CType: int */
451 public static final int GL_MAX_COMBINED_DIMENSIONS = 0x8282;
452 /** <code>GL_VERSION_1_2</code><br>Define "GL_UNSIGNED_SHORT_5_6_5_REV" with expression '<code>0x8364</code>', CType: int */
453 public static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364;
454 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FRAMEBUFFER_RENDERABLE_LAYERED" with expression '<code>0x828A</code>', CType: int */
455 public static final int GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828a;
456 /** <code>GL_NV_shader_buffer_load</code><br>Define "GL_MAX_SHADER_BUFFER_ADDRESS_NV" with expression '<code>0x8F35</code>', CType: int */
457 public static final int GL_MAX_SHADER_BUFFER_ADDRESS_NV = 0x8f35;
458 /** <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>GL_VERTEX_PROGRAM_POINT_SIZE_ARB</code>, <code>GL_VERTEX_PROGRAM_POINT_SIZE_NV</code><br>
459Define "GL_VERTEX_PROGRAM_POINT_SIZE" with expression '<code>0x8642</code>', CType: int */
460 public static final int GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642;
461 /** <code>GL_ARB_pipeline_statistics_query</code><br>Define "GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB" with expression '<code>0x82F3</code>', CType: int */
462 public static final int GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB = 0x82f3;
463 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_read_format_bgra</code><br>Alias for: <code>GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT</code><br>
464Define "GL_UNSIGNED_SHORT_1_5_5_5_REV" with expression '<code>0x8366</code>', CType: int */
465 public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366;
466 /** <code>GL_AMD_stencil_operation_extended</code><br>Define "GL_STENCIL_OP_VALUE_AMD" with expression '<code>0x874C</code>', CType: int */
467 public static final int GL_STENCIL_OP_VALUE_AMD = 0x874c;
468 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FRONT_RIGHT" with expression '<code>0x0401</code>', CType: int */
469 public static final int GL_FRONT_RIGHT = 0x401;
470 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_array</code><br>Alias for: <code>GL_PROXY_TEXTURE_2D_ARRAY_EXT</code><br>
471Define "GL_PROXY_TEXTURE_2D_ARRAY" with expression '<code>0x8C1B</code>', CType: int */
472 public static final int GL_PROXY_TEXTURE_2D_ARRAY = 0x8c1b;
473 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_GATHER_SHADOW" with expression '<code>0x82A3</code>', CType: int */
474 public static final int GL_TEXTURE_GATHER_SHADOW = 0x82a3;
475 /** <code>GL_ARB_internalformat_query2</code><br>Alias for: <code>GL_SRGB_DECODE_ARB</code><br>
476Define "GL_SRGB_DECODE" with expression '<code>0x8299</code>', CType: int */
477 public static final int GL_SRGB_DECODE = 0x8299;
478 /** <code>GL_ARB_transform_feedback_overflow_query</code><br>Define "GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB" with expression '<code>0x82ED</code>', CType: int */
479 public static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB = 0x82ed;
480 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD" with expression '<code>0x914E</code>', CType: int */
481 public static final int GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD = 0x914e;
482 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_STENCIL_COMPONENTS" with expression '<code>0x8285</code>', CType: int */
483 public static final int GL_STENCIL_COMPONENTS = 0x8285;
484 /** <code>GL_VERSION_2_0</code><br>Define "GL_POINT_SPRITE_COORD_ORIGIN" with expression '<code>0x8CA0</code>', CType: int */
485 public static final int GL_POINT_SPRITE_COORD_ORIGIN = 0x8ca0;
486 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_COLOR_RENDERABLE" with expression '<code>0x8286</code>', CType: int */
487 public static final int GL_COLOR_RENDERABLE = 0x8286;
488 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_NORMAL_ARRAY_ADDRESS_NV" with expression '<code>0x8F22</code>', CType: int */
489 public static final int GL_NORMAL_ARRAY_ADDRESS_NV = 0x8f22;
490 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_render_snorm</code><br>Alias for: <code>GL_RGBA16_SNORM_EXT</code><br>
491Define "GL_RGBA16_SNORM" with expression '<code>0x8F9B</code>', CType: int */
492 public static final int GL_RGBA16_SNORM = 0x8f9b;
493 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_POLYGON_MODE_NV</code><br>
494Define "GL_POLYGON_MODE" with expression '<code>0x0B40</code>', CType: int */
495 public static final int GL_POLYGON_MODE = 0xb40;
496 /** <code>GL_VERSION_2_0</code>, <code>GL_ARB_shader_objects</code><br>Alias for: <code>GL_SAMPLER_1D_SHADOW_ARB</code><br>
497Define "GL_SAMPLER_1D_SHADOW" with expression '<code>0x8B61</code>', CType: int */
498 public static final int GL_SAMPLER_1D_SHADOW = 0x8b61;
499 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_PERFORMANCE_AMD" with expression '<code>0x914D</code>', CType: int */
500 public static final int GL_DEBUG_CATEGORY_PERFORMANCE_AMD = 0x914d;
501 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_UNPACK_COMPRESSED_BLOCK_SIZE" with expression '<code>0x912A</code>', CType: int */
502 public static final int GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912a;
503 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD" with expression '<code>0x914C</code>', CType: int */
504 public static final int GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD = 0x914c;
505 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FULL_SUPPORT" with expression '<code>0x82B7</code>', CType: int */
506 public static final int GL_FULL_SUPPORT = 0x82b7;
507 /** <code>GL_VERSION_3_1</code>, <code>GL_ARB_texture_rectangle</code>, <code>GL_NV_texture_rectangle</code><br>Alias for: <code>GL_TEXTURE_BINDING_RECTANGLE_ARB</code>, <code>GL_TEXTURE_BINDING_RECTANGLE_NV</code><br>
508Define "GL_TEXTURE_BINDING_RECTANGLE" with expression '<code>0x84F6</code>', CType: int */
509 public static final int GL_TEXTURE_BINDING_RECTANGLE = 0x84f6;
510 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_128_BITS" with expression '<code>0x82C4</code>', CType: int */
511 public static final int GL_VIEW_CLASS_128_BITS = 0x82c4;
512 /** <code>GL_EXT_texture_sRGB_decode</code><br>Define "GL_DECODE_EXT" with expression '<code>0x8A49</code>', CType: int */
513 public static final int GL_DECODE_EXT = 0x8a49;
514 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_RGBA2_EXT</code><br>
515Define "GL_RGBA2" with expression '<code>0x8055</code>', CType: int */
516 public static final int GL_RGBA2 = 0x8055;
517 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_UNPACK_COMPRESSED_BLOCK_HEIGHT" with expression '<code>0x9128</code>', CType: int */
518 public static final int GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128;
519 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_IMAGE_FORMAT" with expression '<code>0x828F</code>', CType: int */
520 public static final int GL_TEXTURE_IMAGE_FORMAT = 0x828f;
521 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_COMPUTE_TEXTURE" with expression '<code>0x82A0</code>', CType: int */
522 public static final int GL_COMPUTE_TEXTURE = 0x82a0;
523 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_ELEMENT_ARRAY_ADDRESS_NV" with expression '<code>0x8F29</code>', CType: int */
524 public static final int GL_ELEMENT_ARRAY_ADDRESS_NV = 0x8f29;
525 /** <code>GL_VERSION_3_0</code>, <code>GL_APPLE_clip_distance</code><br>Alias for: <code>GL_MAX_CLIP_DISTANCES_APPLE</code><br>
526Define "GL_MAX_CLIP_DISTANCES" with expression '<code>0x0D32</code>', CType: int */
527 public static final int GL_MAX_CLIP_DISTANCES = 0xd32;
528 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_ELEMENT_ARRAY_LENGTH_NV" with expression '<code>0x8F33</code>', CType: int */
529 public static final int GL_ELEMENT_ARRAY_LENGTH_NV = 0x8f33;
530 /** <code>GL_EXT_x11_sync_object</code><br>Define "GL_SYNC_X11_FENCE_EXT" with expression '<code>0x90E1</code>', CType: int */
531 public static final int GL_SYNC_X11_FENCE_EXT = 0x90e1;
532 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_NUM_SPARSE_LEVELS_ARB" with expression '<code>0x91AA</code>', CType: int */
533 public static final int GL_NUM_SPARSE_LEVELS_ARB = 0x91aa;
534 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_S3TC_DXT5_RGBA" with expression '<code>0x82CF</code>', CType: int */
535 public static final int GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82cf;
536 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_NUM_VIRTUAL_PAGE_SIZES_ARB" with expression '<code>0x91A8</code>', CType: int */
537 public static final int GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91a8;
538 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_8_BITS" with expression '<code>0x82CB</code>', CType: int */
539 public static final int GL_VIEW_CLASS_8_BITS = 0x82cb;
540 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_PACK_LSB_FIRST" with expression '<code>0x0D01</code>', CType: int */
541 public static final int GL_PACK_LSB_FIRST = 0xd01;
542 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_STENCIL_SIZE" with expression '<code>0x8276</code>', CType: int */
543 public static final int GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276;
544 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_TESSELLATION_FACTOR_AMD" with expression '<code>0x9005</code>', CType: int */
545 public static final int GL_TESSELLATION_FACTOR_AMD = 0x9005;
546 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POLYGON_SMOOTH" with expression '<code>0x0B41</code>', CType: int */
547 public static final int GL_POLYGON_SMOOTH = 0xb41;
548 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_DISCRETE_AMD" with expression '<code>0x9006</code>', CType: int */
549 public static final int GL_DISCRETE_AMD = 0x9006;
550 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV" with expression '<code>0x8F20</code>', CType: int */
551 public static final int GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV = 0x8f20;
552 /** <code>GL_ARB_texture_compression_rgtc</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_compression_rgtc</code><br>Alias for: <code>GL_COMPRESSED_SIGNED_RED_RGTC1_EXT</code><br>
553Define "GL_COMPRESSED_SIGNED_RED_RGTC1" with expression '<code>0x8DBC</code>', CType: int */
554 public static final int GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8dbc;
555 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_TEXTURE_COORD_ARRAY_LENGTH_NV" with expression '<code>0x8F2F</code>', CType: int */
556 public static final int GL_TEXTURE_COORD_ARRAY_LENGTH_NV = 0x8f2f;
557 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_GREEN_TYPE" with expression '<code>0x8279</code>', CType: int */
558 public static final int GL_INTERNALFORMAT_GREEN_TYPE = 0x8279;
559 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_CAVEAT_SUPPORT" with expression '<code>0x82B8</code>', CType: int */
560 public static final int GL_CAVEAT_SUPPORT = 0x82b8;
561 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_64_BITS" with expression '<code>0x82C6</code>', CType: int */
562 public static final int GL_VIEW_CLASS_64_BITS = 0x82c6;
563 /** <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_array</code><br>Alias for: <code>GL_PROXY_TEXTURE_1D_ARRAY_EXT</code><br>
564Define "GL_PROXY_TEXTURE_1D_ARRAY" with expression '<code>0x8C19</code>', CType: int */
565 public static final int GL_PROXY_TEXTURE_1D_ARRAY = 0x8c19;
566 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_map_buffer_alignment</code><br>Define "GL_MIN_MAP_BUFFER_ALIGNMENT" with expression '<code>0x90BC</code>', CType: int */
567 public static final int GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90bc;
568 /** <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>GL_COMPRESSED_RGBA_ARB</code><br>
569Define "GL_COMPRESSED_RGBA" with expression '<code>0x84EE</code>', CType: int */
570 public static final int GL_COMPRESSED_RGBA = 0x84ee;
571 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>GL_FILL_NV</code><br>
572Define "GL_FILL" with expression '<code>0x1B02</code>', CType: int */
573 public static final int GL_FILL = 0x1b02;
574 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_1_X_32" with expression '<code>0x82BB</code>', CType: int */
575 public static final int GL_IMAGE_CLASS_1_X_32 = 0x82bb;
576 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_1_X_16" with expression '<code>0x82BE</code>', CType: int */
577 public static final int GL_IMAGE_CLASS_1_X_16 = 0x82be;
578 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV" with expression '<code>0x8F27</code>', CType: int */
579 public static final int GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV = 0x8f27;
580 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_PROXY_TEXTURE_2D_EXT</code><br>
581Define "GL_PROXY_TEXTURE_2D" with expression '<code>0x8064</code>', CType: int */
582 public static final int GL_PROXY_TEXTURE_2D = 0x8064;
583 /** <code>GL_AMD_blend_minmax_factor</code><br>Define "GL_FACTOR_MIN_AMD" with expression '<code>0x901C</code>', CType: int */
584 public static final int GL_FACTOR_MIN_AMD = 0x901c;
585 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_4_X_16" with expression '<code>0x82BC</code>', CType: int */
586 public static final int GL_IMAGE_CLASS_4_X_16 = 0x82bc;
587 /** <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>GL_COMPRESSED_RGB_ARB</code><br>
588Define "GL_COMPRESSED_RGB" with expression '<code>0x84ED</code>', CType: int */
589 public static final int GL_COMPRESSED_RGB = 0x84ed;
590 /** <code>GL_KHR_no_error</code><br>Define "GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR" with expression '<code>0x00000008</code>', CType: int */
591 public static final int GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR = 0x8;
592 /** <code>GL_VERSION_1_2</code>, <code>GL_EXT_texture3D</code><br>Alias for: <code>GL_PROXY_TEXTURE_3D_EXT</code><br>
593Define "GL_PROXY_TEXTURE_3D" with expression '<code>0x8070</code>', CType: int */
594 public static final int GL_PROXY_TEXTURE_3D = 0x8070;
595 /** <code>GL_ARB_sparse_buffer</code><br>Define "GL_SPARSE_BUFFER_PAGE_SIZE_ARB" with expression '<code>0x82F8</code>', CType: int */
596 public static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82f8;
597 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_SUPPORTED" with expression '<code>0x826F</code>', CType: int */
598 public static final int GL_INTERNALFORMAT_SUPPORTED = 0x826f;
599 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_SECONDARY_COLOR_ARRAY_LENGTH_NV" with expression '<code>0x8F31</code>', CType: int */
600 public static final int GL_SECONDARY_COLOR_ARRAY_LENGTH_NV = 0x8f31;
601 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_PROXY_TEXTURE_1D_EXT</code><br>
602Define "GL_PROXY_TEXTURE_1D" with expression '<code>0x8063</code>', CType: int */
603 public static final int GL_PROXY_TEXTURE_1D = 0x8063;
604 /** <code>GL_ARB_provoking_vertex</code>, <code>GL_VERSION_3_2</code>, <code>GL_EXT_provoking_vertex</code><br>Alias for: <code>GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT</code><br>
605Define "GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION" with expression '<code>0x8E4C</code>', CType: int */
606 public static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8e4c;
607 /** <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB</code><br>
608Define "GL_TEXTURE_COMPRESSED_IMAGE_SIZE" with expression '<code>0x86A0</code>', CType: int */
609 public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86a0;
610 /** <code>GL_VERSION_2_1</code>, <code>GL_EXT_texture_sRGB</code><br>Alias for: <code>GL_COMPRESSED_SRGB_EXT</code><br>
611Define "GL_COMPRESSED_SRGB" with expression '<code>0x8C48</code>', CType: int */
612 public static final int GL_COMPRESSED_SRGB = 0x8c48;
613 /** <code>GL_VERSION_3_0</code><br>Define "GL_COMPRESSED_RED" with expression '<code>0x8225</code>', CType: int */
614 public static final int GL_COMPRESSED_RED = 0x8225;
615 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_4_X_32" with expression '<code>0x82B9</code>', CType: int */
616 public static final int GL_IMAGE_CLASS_4_X_32 = 0x82b9;
617 /** <code>GL_ARB_texture_compression_rgtc</code>, <code>GL_VERSION_3_0</code><br>Define "GL_COMPRESSED_SIGNED_RG_RGTC2" with expression '<code>0x8DBE</code>', CType: int */
618 public static final int GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8dbe;
619 /** <code>GL_VERSION_3_1</code>, <code>GL_ARB_shader_objects</code><br>Alias for: <code>GL_SAMPLER_2D_RECT_ARB</code><br>
620Define "GL_SAMPLER_2D_RECT" with expression '<code>0x8B63</code>', CType: int */
621 public static final int GL_SAMPLER_2D_RECT = 0x8b63;
622 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_BLUE_SIZE" with expression '<code>0x8273</code>', CType: int */
623 public static final int GL_INTERNALFORMAT_BLUE_SIZE = 0x8273;
624 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV" with expression '<code>0x8F1E</code>', CType: int */
625 public static final int GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV = 0x8f1e;
626 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_POINT_SIZE_RANGE" with expression '<code>0x0B12</code>', CType: int */
627 public static final int GL_POINT_SIZE_RANGE = 0xb12;
628 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_ELEMENT_ARRAY_UNIFIED_NV" with expression '<code>0x8F1F</code>', CType: int */
629 public static final int GL_ELEMENT_ARRAY_UNIFIED_NV = 0x8f1f;
630 /** <code>GL_ARB_seamless_cube_map</code>, <code>GL_VERSION_3_2</code><br>Define "GL_TEXTURE_CUBE_MAP_SEAMLESS" with expression '<code>0x884F</code>', CType: int */
631 public static final int GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884f;
632 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_PACK_COMPRESSED_BLOCK_SIZE" with expression '<code>0x912E</code>', CType: int */
633 public static final int GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912e;
634 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB" with expression '<code>0x9199</code>', CType: int */
635 public static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199;
636 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_CATEGORY_OTHER_AMD" with expression '<code>0x9150</code>', CType: int */
637 public static final int GL_DEBUG_CATEGORY_OTHER_AMD = 0x9150;
638 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES" with expression '<code>0x92C6</code>', CType: int */
640 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_VERTEX_ARRAY_LENGTH_NV" with expression '<code>0x8F2B</code>', CType: int */
641 public static final int GL_VERTEX_ARRAY_LENGTH_NV = 0x8f2b;
642 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER" with expression '<code>0x92C8</code>', CType: int */
644 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_AUTO_GENERATE_MIPMAP" with expression '<code>0x8295</code>', CType: int */
645 public static final int GL_AUTO_GENERATE_MIPMAP = 0x8295;
646 /** <code>GL_VERSION_3_1</code>, <code>GL_NV_primitive_restart</code><br>Alias for: <code>GL_PRIMITIVE_RESTART_INDEX_NV</code><br>
647Define "GL_PRIMITIVE_RESTART_INDEX" with expression '<code>0x8F9E</code>', CType: int */
648 public static final int GL_PRIMITIVE_RESTART_INDEX = 0x8f9e;
649 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX" with expression '<code>0x92DA</code>', CType: int */
650 public static final int GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92da;
651 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_VIRTUAL_PAGE_SIZE_Z_ARB" with expression '<code>0x9197</code>', CType: int */
652 public static final int GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197;
653 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_PACK_COMPRESSED_BLOCK_DEPTH" with expression '<code>0x912D</code>', CType: int */
654 public static final int GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912d;
655 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_96_BITS" with expression '<code>0x82C5</code>', CType: int */
656 public static final int GL_VIEW_CLASS_96_BITS = 0x82c5;
657 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_INDEX_ARRAY_ADDRESS_NV" with expression '<code>0x8F24</code>', CType: int */
658 public static final int GL_INDEX_ARRAY_ADDRESS_NV = 0x8f24;
659 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_PIXEL_FORMAT" with expression '<code>0x82A9</code>', CType: int */
660 public static final int GL_IMAGE_PIXEL_FORMAT = 0x82a9;
661 /** <code>GL_VERSION_1_2</code><br>Define "GL_UNSIGNED_BYTE_2_3_3_REV" with expression '<code>0x8362</code>', CType: int */
662 public static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362;
663 /** <code>GL_AMD_debug_output</code><br>Define "GL_DEBUG_SEVERITY_HIGH_AMD" with expression '<code>0x9146</code>', CType: int */
664 public static final int GL_DEBUG_SEVERITY_HIGH_AMD = 0x9146;
665 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_COLOR_ARRAY_LENGTH_NV" with expression '<code>0x8F2D</code>', CType: int */
666 public static final int GL_COLOR_ARRAY_LENGTH_NV = 0x8f2d;
667 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER" with expression '<code>0x92CA</code>', CType: int */
669 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE" with expression '<code>0x82AF</code>', CType: int */
670 public static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82af;
671 /** <code>GL_VERSION_1_2</code><br>Define "GL_SMOOTH_POINT_SIZE_GRANULARITY" with expression '<code>0x0B13</code>', CType: int */
672 public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0xb13;
673 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_BACK_RIGHT" with expression '<code>0x0403</code>', CType: int */
674 public static final int GL_BACK_RIGHT = 0x403;
675 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_DEPTH_SIZE" with expression '<code>0x8275</code>', CType: int */
676 public static final int GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275;
677 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_PREFERRED" with expression '<code>0x8270</code>', CType: int */
678 public static final int GL_INTERNALFORMAT_PREFERRED = 0x8270;
679 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_READ_PIXELS_TYPE" with expression '<code>0x828E</code>', CType: int */
680 public static final int GL_READ_PIXELS_TYPE = 0x828e;
681 /** <code>GL_ARB_transform_feedback2</code>, <code>GL_VERSION_4_0</code>, <code>GL_NV_transform_feedback2</code><br>Alias for: <code>GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV</code><br>
682Define "GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED" with expression '<code>0x8E23</code>', CType: int */
683 public static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8e23;
684 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VERTEX_TEXTURE" with expression '<code>0x829B</code>', CType: int */
685 public static final int GL_VERTEX_TEXTURE = 0x829b;
686 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_VERTEX_ARRAY_ADDRESS_NV" with expression '<code>0x8F21</code>', CType: int */
687 public static final int GL_VERTEX_ARRAY_ADDRESS_NV = 0x8f21;
688 /** <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_cube_map</code>, <code>GL_EXT_texture_cube_map</code><br>Alias for: <code>GL_PROXY_TEXTURE_CUBE_MAP_ARB</code>, <code>GL_PROXY_TEXTURE_CUBE_MAP_EXT</code><br>
689Define "GL_PROXY_TEXTURE_CUBE_MAP" with expression '<code>0x851B</code>', CType: int */
690 public static final int GL_PROXY_TEXTURE_CUBE_MAP = 0x851b;
691 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_render_snorm</code><br>Alias for: <code>GL_R16_SNORM_EXT</code><br>
692Define "GL_R16_SNORM" with expression '<code>0x8F98</code>', CType: int */
693 public static final int GL_R16_SNORM = 0x8f98;
694 /** <code>GL_VERSION_3_1</code>, <code>GL_NV_primitive_restart</code><br>Alias for: <code>GL_PRIMITIVE_RESTART_NV</code><br>
695Define "GL_PRIMITIVE_RESTART" with expression '<code>0x8F9D</code>', CType: int */
696 public static final int GL_PRIMITIVE_RESTART = 0x8f9d;
697 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_PACK_SWAP_BYTES" with expression '<code>0x0D00</code>', CType: int */
698 public static final int GL_PACK_SWAP_BYTES = 0xd00;
699 /** <code>GL_NV_texture_multisample</code><br>Define "GL_TEXTURE_COLOR_SAMPLES_NV" with expression '<code>0x9046</code>', CType: int */
700 public static final int GL_TEXTURE_COLOR_SAMPLES_NV = 0x9046;
701 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_MAX_SPARSE_TEXTURE_SIZE_ARB" with expression '<code>0x9198</code>', CType: int */
702 public static final int GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198;
703 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_texture_norm16</code><br>Alias for: <code>GL_RGB16_SNORM_EXT</code><br>
704Define "GL_RGB16_SNORM" with expression '<code>0x8F9A</code>', CType: int */
705 public static final int GL_RGB16_SNORM = 0x8f9a;
706 /** <code>GL_ARB_sparse_texture</code><br>Define "GL_VIRTUAL_PAGE_SIZE_INDEX_ARB" with expression '<code>0x91A7</code>', CType: int */
707 public static final int GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91a7;
708 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_BPTC_FLOAT" with expression '<code>0x82D3</code>', CType: int */
709 public static final int GL_VIEW_CLASS_BPTC_FLOAT = 0x82d3;
710 /** <code>GL_VERSION_1_2</code><br>Define "GL_SMOOTH_LINE_WIDTH_GRANULARITY" with expression '<code>0x0B23</code>', CType: int */
711 public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0xb23;
712 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_EDGE_FLAG_ARRAY_LENGTH_NV" with expression '<code>0x8F30</code>', CType: int */
713 public static final int GL_EDGE_FLAG_ARRAY_LENGTH_NV = 0x8f30;
714 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_RIGHT" with expression '<code>0x0407</code>', CType: int */
715 public static final int GL_RIGHT = 0x407;
716 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_LINE_WIDTH_GRANULARITY" with expression '<code>0x0B23</code>', CType: int */
717 public static final int GL_LINE_WIDTH_GRANULARITY = 0xb23;
718 /** <code>GL_VERSION_3_0</code><br>Define "GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT" with expression '<code>0x00000001</code>', CType: int */
719 public static final int GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x1;
720 /** <code>GL_ARB_texture_rg</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_texture_norm16</code><br>Alias for: <code>GL_RG16_EXT</code><br>
721Define "GL_RG16" with expression '<code>0x822C</code>', CType: int */
722 public static final int GL_RG16 = 0x822c;
723 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_16_BITS" with expression '<code>0x82CA</code>', CType: int */
724 public static final int GL_VIEW_CLASS_16_BITS = 0x82ca;
725 /** <code>GL_ARB_transform_feedback_overflow_query</code><br>Define "GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB" with expression '<code>0x82EC</code>', CType: int */
726 public static final int GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB = 0x82ec;
727 /** <code>GL_NV_vertex_buffer_unified_memory</code><br>Define "GL_COLOR_ARRAY_ADDRESS_NV" with expression '<code>0x8F23</code>', CType: int */
728 public static final int GL_COLOR_ARRAY_ADDRESS_NV = 0x8f23;
729 /** <code>GL_VERSION_4_2</code>, <code>GL_ARB_compressed_texture_pixel_storage</code><br>Define "GL_PACK_COMPRESSED_BLOCK_WIDTH" with expression '<code>0x912B</code>', CType: int */
730 public static final int GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912b;
731 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code>, <code>GL_EXT_texture_norm16</code><br>Alias for: <code>GL_RGB16_EXT</code><br>
732Define "GL_RGB16" with expression '<code>0x8054</code>', CType: int */
733 public static final int GL_RGB16 = 0x8054;
734 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SHADER_IMAGE_LOAD" with expression '<code>0x82A4</code>', CType: int */
735 public static final int GL_SHADER_IMAGE_LOAD = 0x82a4;
736 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_RGB12_EXT</code><br>
737Define "GL_RGB12" with expression '<code>0x8053</code>', CType: int */
738 public static final int GL_RGB12 = 0x8053;
739 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FRAMEBUFFER_BLEND" with expression '<code>0x828B</code>', CType: int */
740 public static final int GL_FRAMEBUFFER_BLEND = 0x828b;
741 /** <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER" with expression '<code>0x92C7</code>', CType: int */
743 /** <code>GL_AMD_pinned_memory</code><br>Define "GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD" with expression '<code>0x9160</code>', CType: int */
744 public static final int GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD = 0x9160;
745 /** <code>GL_VERSION_1_1</code><br>Define "GL_TEXTURE_BINDING_1D" with expression '<code>0x8068</code>', CType: int */
746 public static final int GL_TEXTURE_BINDING_1D = 0x8068;
747 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_UNPACK_LSB_FIRST" with expression '<code>0x0CF1</code>', CType: int */
748 public static final int GL_UNPACK_LSB_FIRST = 0xcf1;
749 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_LEFT" with expression '<code>0x0406</code>', CType: int */
750 public static final int GL_LEFT = 0x406;
751 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code>, <code>GL_EXT_texture_norm16</code><br>Alias for: <code>GL_RGBA16_EXT</code><br>
752Define "GL_RGBA16" with expression '<code>0x805B</code>', CType: int */
753 public static final int GL_RGBA16 = 0x805b;
754 /** <code>GL_NV_texture_multisample</code><br>Define "GL_TEXTURE_COVERAGE_SAMPLES_NV" with expression '<code>0x9045</code>', CType: int */
755 public static final int GL_TEXTURE_COVERAGE_SAMPLES_NV = 0x9045;
756 /** <code>GL_EXT_framebuffer_multisample_blit_scaled</code><br>Define "GL_SCALED_RESOLVE_NICEST_EXT" with expression '<code>0x90BB</code>', CType: int */
757 public static final int GL_SCALED_RESOLVE_NICEST_EXT = 0x90bb;
758 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_VIEW_CLASS_48_BITS" with expression '<code>0x82C7</code>', CType: int */
759 public static final int GL_VIEW_CLASS_48_BITS = 0x82c7;
760 /** <code>GL_VERSION_1_1</code>, <code>GL_EXT_texture</code><br>Alias for: <code>GL_RGBA12_EXT</code><br>
761Define "GL_RGBA12" with expression '<code>0x805A</code>', CType: int */
762 public static final int GL_RGBA12 = 0x805a;
763 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_FRAGMENT_TEXTURE" with expression '<code>0x829F</code>', CType: int */
764 public static final int GL_FRAGMENT_TEXTURE = 0x829f;
765 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SHADER_IMAGE_ATOMIC" with expression '<code>0x82A6</code>', CType: int */
766 public static final int GL_SHADER_IMAGE_ATOMIC = 0x82a6;
767 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_LINE_WIDTH_RANGE" with expression '<code>0x0B22</code>', CType: int */
768 public static final int GL_LINE_WIDTH_RANGE = 0xb22;
769 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_IMAGE_CLASS_4_X_8" with expression '<code>0x82BF</code>', CType: int */
770 public static final int GL_IMAGE_CLASS_4_X_8 = 0x82bf;
771 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_TEXTURE_COMPRESSED_BLOCK_WIDTH" with expression '<code>0x82B1</code>', CType: int */
772 public static final int GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82b1;
773 /** <code>GL_VERSION_1_5</code>, <code>GL_VERSION_ES_1_0</code>, <code>GL_EXT_blend_func_extended</code><br>Alias for: <code>GL_SRC1_ALPHA_EXT</code><br>
774Define "GL_SRC1_ALPHA" with expression '<code>0x8589</code>', CType: int */
775 public static final int GL_SRC1_ALPHA = 0x8589;
776 /** <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br>Define "GL_CONTINUOUS_AMD" with expression '<code>0x9007</code>', CType: int */
777 public static final int GL_CONTINUOUS_AMD = 0x9007;
778 /** <code>GL_AMD_stencil_operation_extended</code><br>Define "GL_REPLACE_VALUE_AMD" with expression '<code>0x874B</code>', CType: int */
779 public static final int GL_REPLACE_VALUE_AMD = 0x874b;
780 /** <code>GL_VERSION_3_1</code>, <code>GL_EXT_render_snorm</code><br>Alias for: <code>GL_RG16_SNORM_EXT</code><br>
781Define "GL_RG16_SNORM" with expression '<code>0x8F99</code>', CType: int */
782 public static final int GL_RG16_SNORM = 0x8f99;
783 /** <code>GL_VERSION_1_1</code>, <code>GL_VERSION_1_0</code><br>Define "GL_FRONT_LEFT" with expression '<code>0x0400</code>', CType: int */
784 public static final int GL_FRONT_LEFT = 0x400;
785 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST" with expression '<code>0x82AD</code>', CType: int */
786 public static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82ad;
787 /** <code>GL_ARB_provoking_vertex</code>, <code>GL_VERSION_3_2</code>, <code>GL_EXT_provoking_vertex</code><br>Alias for: <code>GL_PROVOKING_VERTEX_EXT</code><br>
788Define "GL_PROVOKING_VERTEX" with expression '<code>0x8E4F</code>', CType: int */
789 public static final int GL_PROVOKING_VERTEX = 0x8e4f;
790 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_RED_TYPE" with expression '<code>0x8278</code>', CType: int */
791 public static final int GL_INTERNALFORMAT_RED_TYPE = 0x8278;
792 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_INTERNALFORMAT_ALPHA_TYPE" with expression '<code>0x827B</code>', CType: int */
793 public static final int GL_INTERNALFORMAT_ALPHA_TYPE = 0x827b;
794 /** <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>Define "GL_READ_PIXELS_FORMAT" with expression '<code>0x828D</code>', CType: int */
795 public static final int GL_READ_PIXELS_FORMAT = 0x828d;
796
797 /** Entry point to C language function: <code> void {@native glLogicOp}(GLenum opcode) </code> <br>Part of <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_0</code><br> */
798 public void glLogicOp(int opcode);
799
800 /** Entry point to C language function: <code> void {@native glPointSize}(GLfloat size) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_0</code><br> */
801 public void glPointSize(float size);
802
803 /** Entry point to C language function: <code> void {@native glPolygonMode}(GLenum face, GLenum mode) </code> <br>Part of <code>GL_VERSION_1_0</code>, <code>GL_NV_polygon_mode</code><br>Alias for: <code>glPolygonModeNV</code> */
804 public void glPolygonMode(int face, int mode);
805
806 /** Entry point to C language function: <code> void {@native glDrawBuffer}(GLenum mode) </code> <br>Part of <code>GL_VERSION_1_0</code><br> */
807 public void glDrawBuffer(int mode);
808
809 /** Entry point to C language function: <code> void {@native glGetDoublev}(GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_VERSION_1_0</code><br>
810 @param params a direct or array-backed {@link java.nio.DoubleBuffer} */
811 public void glGetDoublev(int pname, DoubleBuffer params);
812
813 /** Entry point to C language function: <code> void {@native glGetDoublev}(GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_VERSION_1_0</code><br> */
814 public void glGetDoublev(int pname, double[] params, int params_offset);
815
816 /** Entry point to C language function: <code> void {@native glPixelStoref}(GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_1_0</code><br> */
817 public void glPixelStoref(int pname, float param);
818
819 /** Entry point to C language function: <code> void {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_0</code><br>
820 @param pixels a direct or array-backed {@link java.nio.Buffer} */
821 public void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, Buffer pixels);
822
823 /** Entry point to C language function: <code> void {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_0</code><br> */
824 public void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, long pixels_buffer_offset);
825
826 /** Entry point to C language function: <code> void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_0</code><br>
827 @param pixels a direct or array-backed {@link java.nio.Buffer} */
828 public void glGetTexImage(int target, int level, int format, int type, Buffer pixels);
829
830 /** Entry point to C language function: <code> void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_0</code><br> */
831 public void glGetTexImage(int target, int level, int format, int type, long pixels_buffer_offset);
832
833 /** Entry point to C language function: <code> void {@native glEnableClientState}(GLenum cap) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code>, <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_1</code><br> */
834 public void glEnableClientState(int cap);
835
836 /** Entry point to C language function: <code> void {@native glDisableClientState}(GLenum cap) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code>, <code>GL_VERSION_ES_CL_CM</code>, <code>GL_VERSION_1_1</code><br> */
837 public void glDisableClientState(int cap);
838
839 /** Entry point to C language function: <code> void {@native glTexSubImage1D}(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_1</code>, <code>GL_EXT_subtexture</code><br>Alias for: <code>glTexSubImage1DEXT</code>
840 @param pixels a direct or array-backed {@link java.nio.Buffer} */
841 public void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, Buffer pixels);
842
843 /** Entry point to C language function: <code> void {@native glTexSubImage1D}(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels) </code> <br>Part of <code>GL_VERSION_1_1</code>, <code>GL_EXT_subtexture</code><br>Alias for: <code>glTexSubImage1DEXT</code> */
844 public void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset);
845
846 /** Entry point to C language function: <code> void {@native glCopyTexImage1D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) </code> <br>Part of <code>GL_VERSION_1_1</code>, <code>GL_EXT_copy_texture</code><br>Alias for: <code>glCopyTexImage1DEXT</code> */
847 public void glCopyTexImage1D(int target, int level, int internalformat, int x, int y, int width, int border);
848
849 /** Entry point to C language function: <code> void {@native glCopyTexSubImage1D}(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) </code> <br>Part of <code>GL_VERSION_1_1</code>, <code>GL_EXT_copy_texture</code><br>Alias for: <code>glCopyTexSubImage1DEXT</code> */
850 public void glCopyTexSubImage1D(int target, int level, int xoffset, int x, int y, int width);
851
852 /** Entry point to C language function: <code> void {@native glCompressedTexImage1D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glCompressedTexImage1DARB</code>
853 @param data a direct or array-backed {@link java.nio.Buffer} */
854 public void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, Buffer data);
855
856 /** Entry point to C language function: <code> void {@native glCompressedTexImage1D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glCompressedTexImage1DARB</code> */
857 public void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, long data_buffer_offset);
858
859 /** Entry point to C language function: <code> void {@native glCompressedTexSubImage1D}(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glCompressedTexSubImage1DARB</code>
860 @param data a direct or array-backed {@link java.nio.Buffer} */
861 public void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, Buffer data);
862
863 /** Entry point to C language function: <code> void {@native glCompressedTexSubImage1D}(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glCompressedTexSubImage1DARB</code> */
864 public void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, long data_buffer_offset);
865
866 /** Entry point to C language function: <code> void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glGetCompressedTexImageARB</code>
867 @param img a direct or array-backed {@link java.nio.Buffer} */
868 public void glGetCompressedTexImage(int target, int level, Buffer img);
869
870 /** Entry point to C language function: <code> void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img) </code> <br>Part of <code>GL_VERSION_1_3</code>, <code>GL_ARB_texture_compression</code><br>Alias for: <code>glGetCompressedTexImageARB</code> */
871 public void glGetCompressedTexImage(int target, int level, long img_buffer_offset);
872
873 /** Entry point to C language function: <code> void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_EXT_multi_draw_arrays</code><br>Alias for: <code>glMultiDrawArraysEXT</code>
874 @param first a direct or array-backed {@link java.nio.IntBuffer}
875 @param count a direct or array-backed {@link java.nio.IntBuffer} */
876 public void glMultiDrawArrays(int mode, IntBuffer first, IntBuffer count, int drawcount);
877
878 /** Entry point to C language function: <code> void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_EXT_multi_draw_arrays</code><br>Alias for: <code>glMultiDrawArraysEXT</code> */
879 public void glMultiDrawArrays(int mode, int[] first, int first_offset, int[] count, int count_offset, int drawcount);
880
881 /** Entry point to C language function: <code> void {@native glMultiDrawElements}(GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei drawcount) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_EXT_multi_draw_arrays</code><br>Alias for: <code>glMultiDrawElementsEXT</code>
882 @param count a direct only {@link java.nio.IntBuffer}
883 @param indices a direct only {@link com.jogamp.common.nio.PointerBuffer} */
884 public void glMultiDrawElements(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount);
885
886 /** Entry point to C language function: <code> void {@native glPointParameterf}(GLenum pname, GLfloat param) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code>, <code>GL_SGIS_point_parameters</code><br>Alias for: <code>glPointParameterfEXT</code>, <code>glPointParameterfARB</code>, <code>glPointParameterfSGIS</code> */
887 public void glPointParameterf(int pname, float param);
888
889 /** Entry point to C language function: <code> void {@native glPointParameterfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>glPointParameterfvSGIS</code>, <code>glPointParameterfvEXT</code>, <code>glPointParameterfvARB</code>
890 @param params a direct or array-backed {@link java.nio.FloatBuffer} */
891 public void glPointParameterfv(int pname, FloatBuffer params);
892
893 /** Entry point to C language function: <code> void {@native glPointParameterfv}(GLenum pname, const GLfloat * params) </code> <br>Part of <code>GL_VERSION_ES_CM</code>, <code>GL_VERSION_1_4</code>, <code>GL_SGIS_point_parameters</code>, <code>GL_EXT_point_parameters</code>, <code>GL_ARB_point_parameters</code><br>Alias for: <code>glPointParameterfvSGIS</code>, <code>glPointParameterfvEXT</code>, <code>glPointParameterfvARB</code> */
894 public void glPointParameterfv(int pname, float[] params, int params_offset);
895
896 /** Entry point to C language function: <code> void {@native glPointParameteri}(GLenum pname, GLint param) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_NV_point_sprite</code><br>Alias for: <code>glPointParameteriNV</code> */
897 public void glPointParameteri(int pname, int param);
898
899 /** Entry point to C language function: <code> void {@native glPointParameteriv}(GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_NV_point_sprite</code><br>Alias for: <code>glPointParameterivNV</code>
900 @param params a direct or array-backed {@link java.nio.IntBuffer} */
901 public void glPointParameteriv(int pname, IntBuffer params);
902
903 /** Entry point to C language function: <code> void {@native glPointParameteriv}(GLenum pname, const GLint * params) </code> <br>Part of <code>GL_VERSION_1_4</code>, <code>GL_NV_point_sprite</code><br>Alias for: <code>glPointParameterivNV</code> */
904 public void glPointParameteriv(int pname, int[] params, int params_offset);
905
906 /** Entry point to C language function: <code> void {@native glGetBufferSubData}(GLenum target, GLintptr offset, GLsizeiptr size, void * data) </code> <br>Part of <code>GL_VERSION_1_5</code>, <code>GL_ARB_vertex_buffer_object</code><br>Alias for: <code>glGetBufferSubDataARB</code>
907 @param data a direct only {@link java.nio.Buffer} */
908 public void glGetBufferSubData(int target, long offset, long size, Buffer data);
909
910 /** Entry point to C language function: <code> void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glGetVertexAttribdvARB</code>, <code>glGetVertexAttribdvNV</code>
911 @param params a direct or array-backed {@link java.nio.DoubleBuffer} */
912 public void glGetVertexAttribdv(int index, int pname, DoubleBuffer params);
913
914 /** Entry point to C language function: <code> void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glGetVertexAttribdvARB</code>, <code>glGetVertexAttribdvNV</code> */
915 public void glGetVertexAttribdv(int index, int pname, double[] params, int params_offset);
916
917 /** Entry point to C language function: <code> void {@native glVertexAttrib1d}(GLuint index, GLdouble x) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib1dNV</code>, <code>glVertexAttrib1dARB</code> */
918 public void glVertexAttrib1d(int index, double x);
919
920 /** Entry point to C language function: <code> void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib1dvARB</code>, <code>glVertexAttrib1dvNV</code>
921 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
922 public void glVertexAttrib1dv(int index, DoubleBuffer v);
923
924 /** Entry point to C language function: <code> void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib1dvARB</code>, <code>glVertexAttrib1dvNV</code> */
925 public void glVertexAttrib1dv(int index, double[] v, int v_offset);
926
927 /** Entry point to C language function: <code> void {@native glVertexAttrib1s}(GLuint index, GLshort x) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib1sNV</code>, <code>glVertexAttrib1sARB</code> */
928 public void glVertexAttrib1s(int index, short x);
929
930 /** Entry point to C language function: <code> void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib1svARB</code>, <code>glVertexAttrib1svNV</code>
931 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
932 public void glVertexAttrib1sv(int index, ShortBuffer v);
933
934 /** Entry point to C language function: <code> void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib1svARB</code>, <code>glVertexAttrib1svNV</code> */
935 public void glVertexAttrib1sv(int index, short[] v, int v_offset);
936
937 /** Entry point to C language function: <code> void {@native glVertexAttrib2d}(GLuint index, GLdouble x, GLdouble y) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib2dARB</code>, <code>glVertexAttrib2dNV</code> */
938 public void glVertexAttrib2d(int index, double x, double y);
939
940 /** Entry point to C language function: <code> void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib2dvNV</code>, <code>glVertexAttrib2dvARB</code>
941 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
942 public void glVertexAttrib2dv(int index, DoubleBuffer v);
943
944 /** Entry point to C language function: <code> void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib2dvNV</code>, <code>glVertexAttrib2dvARB</code> */
945 public void glVertexAttrib2dv(int index, double[] v, int v_offset);
946
947 /** Entry point to C language function: <code> void {@native glVertexAttrib2s}(GLuint index, GLshort x, GLshort y) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib2sNV</code>, <code>glVertexAttrib2sARB</code> */
948 public void glVertexAttrib2s(int index, short x, short y);
949
950 /** Entry point to C language function: <code> void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib2svARB</code>, <code>glVertexAttrib2svNV</code>
951 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
952 public void glVertexAttrib2sv(int index, ShortBuffer v);
953
954 /** Entry point to C language function: <code> void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib2svARB</code>, <code>glVertexAttrib2svNV</code> */
955 public void glVertexAttrib2sv(int index, short[] v, int v_offset);
956
957 /** Entry point to C language function: <code> void {@native glVertexAttrib3d}(GLuint index, GLdouble x, GLdouble y, GLdouble z) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib3dARB</code>, <code>glVertexAttrib3dNV</code> */
958 public void glVertexAttrib3d(int index, double x, double y, double z);
959
960 /** Entry point to C language function: <code> void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib3dvNV</code>, <code>glVertexAttrib3dvARB</code>
961 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
962 public void glVertexAttrib3dv(int index, DoubleBuffer v);
963
964 /** Entry point to C language function: <code> void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib3dvNV</code>, <code>glVertexAttrib3dvARB</code> */
965 public void glVertexAttrib3dv(int index, double[] v, int v_offset);
966
967 /** Entry point to C language function: <code> void {@native glVertexAttrib3s}(GLuint index, GLshort x, GLshort y, GLshort z) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib3sNV</code>, <code>glVertexAttrib3sARB</code> */
968 public void glVertexAttrib3s(int index, short x, short y, short z);
969
970 /** Entry point to C language function: <code> void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib3svARB</code>, <code>glVertexAttrib3svNV</code>
971 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
972 public void glVertexAttrib3sv(int index, ShortBuffer v);
973
974 /** Entry point to C language function: <code> void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code>, <code>GL_NV_vertex_program</code><br>Alias for: <code>glVertexAttrib3svARB</code>, <code>glVertexAttrib3svNV</code> */
975 public void glVertexAttrib3sv(int index, short[] v, int v_offset);
976
977 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NbvARB</code>
978 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
979 public void glVertexAttrib4Nbv(int index, ByteBuffer v);
980
981 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NbvARB</code> */
982 public void glVertexAttrib4Nbv(int index, byte[] v, int v_offset);
983
984 /** Entry point to C language function: <code> void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NivARB</code>
985 @param v a direct or array-backed {@link java.nio.IntBuffer} */
986 public void glVertexAttrib4Niv(int index, IntBuffer v);
987
988 /** Entry point to C language function: <code> void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NivARB</code> */
989 public void glVertexAttrib4Niv(int index, int[] v, int v_offset);
990
991 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NsvARB</code>
992 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
993 public void glVertexAttrib4Nsv(int index, ShortBuffer v);
994
995 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NsvARB</code> */
996 public void glVertexAttrib4Nsv(int index, short[] v, int v_offset);
997
998 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nub}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NubARB</code> */
999 public void glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w);
1000
1001 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NubvARB</code>
1002 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
1003 public void glVertexAttrib4Nubv(int index, ByteBuffer v);
1004
1005 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NubvARB</code> */
1006 public void glVertexAttrib4Nubv(int index, byte[] v, int v_offset);
1007
1008 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NuivARB</code>
1009 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1010 public void glVertexAttrib4Nuiv(int index, IntBuffer v);
1011
1012 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NuivARB</code> */
1013 public void glVertexAttrib4Nuiv(int index, int[] v, int v_offset);
1014
1015 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NusvARB</code>
1016 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
1017 public void glVertexAttrib4Nusv(int index, ShortBuffer v);
1018
1019 /** Entry point to C language function: <code> void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4NusvARB</code> */
1020 public void glVertexAttrib4Nusv(int index, short[] v, int v_offset);
1021
1022 /** Entry point to C language function: <code> void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4bvARB</code>
1023 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
1024 public void glVertexAttrib4bv(int index, ByteBuffer v);
1025
1026 /** Entry point to C language function: <code> void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4bvARB</code> */
1027 public void glVertexAttrib4bv(int index, byte[] v, int v_offset);
1028
1029 /** Entry point to C language function: <code> void {@native glVertexAttrib4d}(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4dNV</code>, <code>glVertexAttrib4dARB</code> */
1030 public void glVertexAttrib4d(int index, double x, double y, double z, double w);
1031
1032 /** Entry point to C language function: <code> void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4dvNV</code>, <code>glVertexAttrib4dvARB</code>
1033 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
1034 public void glVertexAttrib4dv(int index, DoubleBuffer v);
1035
1036 /** Entry point to C language function: <code> void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4dvNV</code>, <code>glVertexAttrib4dvARB</code> */
1037 public void glVertexAttrib4dv(int index, double[] v, int v_offset);
1038
1039 /** Entry point to C language function: <code> void {@native glVertexAttrib4iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4ivARB</code>
1040 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1041 public void glVertexAttrib4iv(int index, IntBuffer v);
1042
1043 /** Entry point to C language function: <code> void {@native glVertexAttrib4iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4ivARB</code> */
1044 public void glVertexAttrib4iv(int index, int[] v, int v_offset);
1045
1046 /** Entry point to C language function: <code> void {@native glVertexAttrib4s}(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4sNV</code>, <code>glVertexAttrib4sARB</code> */
1047 public void glVertexAttrib4s(int index, short x, short y, short z, short w);
1048
1049 /** Entry point to C language function: <code> void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4svNV</code>, <code>glVertexAttrib4svARB</code>
1050 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
1051 public void glVertexAttrib4sv(int index, ShortBuffer v);
1052
1053 /** Entry point to C language function: <code> void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4svNV</code>, <code>glVertexAttrib4svARB</code> */
1054 public void glVertexAttrib4sv(int index, short[] v, int v_offset);
1055
1056 /** Entry point to C language function: <code> void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4ubvNV</code>, <code>glVertexAttrib4ubvARB</code>
1057 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
1058 public void glVertexAttrib4ubv(int index, ByteBuffer v);
1059
1060 /** Entry point to C language function: <code> void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_NV_vertex_program</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4ubvNV</code>, <code>glVertexAttrib4ubvARB</code> */
1061 public void glVertexAttrib4ubv(int index, byte[] v, int v_offset);
1062
1063 /** Entry point to C language function: <code> void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4uivARB</code>
1064 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1065 public void glVertexAttrib4uiv(int index, IntBuffer v);
1066
1067 /** Entry point to C language function: <code> void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4uivARB</code> */
1068 public void glVertexAttrib4uiv(int index, int[] v, int v_offset);
1069
1070 /** Entry point to C language function: <code> void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4usvARB</code>
1071 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
1072 public void glVertexAttrib4usv(int index, ShortBuffer v);
1073
1074 /** Entry point to C language function: <code> void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_2_0</code>, <code>GL_ARB_vertex_program</code><br>Alias for: <code>glVertexAttrib4usvARB</code> */
1075 public void glVertexAttrib4usv(int index, short[] v, int v_offset);
1076
1077 /** Entry point to C language function: <code> void {@native glClampColor}(GLenum target, GLenum clamp) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_ARB_color_buffer_float</code><br>Alias for: <code>glClampColorARB</code> */
1078 public void glClampColor(int target, int clamp);
1079
1080 /** Entry point to C language function: <code> void {@native glVertexAttribI1i}(GLuint index, GLint x) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1iEXT</code> */
1081 public void glVertexAttribI1i(int index, int x);
1082
1083 /** Entry point to C language function: <code> void {@native glVertexAttribI2i}(GLuint index, GLint x, GLint y) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2iEXT</code> */
1084 public void glVertexAttribI2i(int index, int x, int y);
1085
1086 /** Entry point to C language function: <code> void {@native glVertexAttribI3i}(GLuint index, GLint x, GLint y, GLint z) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3iEXT</code> */
1087 public void glVertexAttribI3i(int index, int x, int y, int z);
1088
1089 /** Entry point to C language function: <code> void {@native glVertexAttribI1ui}(GLuint index, GLuint x) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1uiEXT</code> */
1090 public void glVertexAttribI1ui(int index, int x);
1091
1092 /** Entry point to C language function: <code> void {@native glVertexAttribI2ui}(GLuint index, GLuint x, GLuint y) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2uiEXT</code> */
1093 public void glVertexAttribI2ui(int index, int x, int y);
1094
1095 /** Entry point to C language function: <code> void {@native glVertexAttribI3ui}(GLuint index, GLuint x, GLuint y, GLuint z) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3uiEXT</code> */
1096 public void glVertexAttribI3ui(int index, int x, int y, int z);
1097
1098 /** Entry point to C language function: <code> void {@native glVertexAttribI1iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1ivEXT</code>
1099 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1100 public void glVertexAttribI1iv(int index, IntBuffer v);
1101
1102 /** Entry point to C language function: <code> void {@native glVertexAttribI1iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1ivEXT</code> */
1103 public void glVertexAttribI1iv(int index, int[] v, int v_offset);
1104
1105 /** Entry point to C language function: <code> void {@native glVertexAttribI2iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2ivEXT</code>
1106 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1107 public void glVertexAttribI2iv(int index, IntBuffer v);
1108
1109 /** Entry point to C language function: <code> void {@native glVertexAttribI2iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2ivEXT</code> */
1110 public void glVertexAttribI2iv(int index, int[] v, int v_offset);
1111
1112 /** Entry point to C language function: <code> void {@native glVertexAttribI3iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3ivEXT</code>
1113 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1114 public void glVertexAttribI3iv(int index, IntBuffer v);
1115
1116 /** Entry point to C language function: <code> void {@native glVertexAttribI3iv}(GLuint index, const GLint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3ivEXT</code> */
1117 public void glVertexAttribI3iv(int index, int[] v, int v_offset);
1118
1119 /** Entry point to C language function: <code> void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1uivEXT</code>
1120 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1121 public void glVertexAttribI1uiv(int index, IntBuffer v);
1122
1123 /** Entry point to C language function: <code> void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI1uivEXT</code> */
1124 public void glVertexAttribI1uiv(int index, int[] v, int v_offset);
1125
1126 /** Entry point to C language function: <code> void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2uivEXT</code>
1127 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1128 public void glVertexAttribI2uiv(int index, IntBuffer v);
1129
1130 /** Entry point to C language function: <code> void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI2uivEXT</code> */
1131 public void glVertexAttribI2uiv(int index, int[] v, int v_offset);
1132
1133 /** Entry point to C language function: <code> void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3uivEXT</code>
1134 @param v a direct or array-backed {@link java.nio.IntBuffer} */
1135 public void glVertexAttribI3uiv(int index, IntBuffer v);
1136
1137 /** Entry point to C language function: <code> void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI3uivEXT</code> */
1138 public void glVertexAttribI3uiv(int index, int[] v, int v_offset);
1139
1140 /** Entry point to C language function: <code> void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4bvEXT</code>
1141 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
1142 public void glVertexAttribI4bv(int index, ByteBuffer v);
1143
1144 /** Entry point to C language function: <code> void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4bvEXT</code> */
1145 public void glVertexAttribI4bv(int index, byte[] v, int v_offset);
1146
1147 /** Entry point to C language function: <code> void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4svEXT</code>
1148 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
1149 public void glVertexAttribI4sv(int index, ShortBuffer v);
1150
1151 /** Entry point to C language function: <code> void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4svEXT</code> */
1152 public void glVertexAttribI4sv(int index, short[] v, int v_offset);
1153
1154 /** Entry point to C language function: <code> void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4ubvEXT</code>
1155 @param v a direct or array-backed {@link java.nio.ByteBuffer} */
1156 public void glVertexAttribI4ubv(int index, ByteBuffer v);
1157
1158 /** Entry point to C language function: <code> void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4ubvEXT</code> */
1159 public void glVertexAttribI4ubv(int index, byte[] v, int v_offset);
1160
1161 /** Entry point to C language function: <code> void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4usvEXT</code>
1162 @param v a direct or array-backed {@link java.nio.ShortBuffer} */
1163 public void glVertexAttribI4usv(int index, ShortBuffer v);
1164
1165 /** Entry point to C language function: <code> void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_NV_vertex_program4</code><br>Alias for: <code>glVertexAttribI4usvEXT</code> */
1166 public void glVertexAttribI4usv(int index, short[] v, int v_offset);
1167
1168 /** Entry point to C language function: <code> void {@native glBindFragDataLocation}(GLuint program, GLuint color, const GLchar * name) </code> <br>Part of <code>GL_VERSION_3_0</code>, <code>GL_EXT_gpu_shader4</code>, <code>GL_EXT_blend_func_extended</code><br>Alias for: <code>glBindFragDataLocationEXT</code> */
1169 public void glBindFragDataLocation(int program, int color, String name);
1170
1171 /** Entry point to C language function: <code> void {@native glFramebufferTexture1D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) </code> <br>Part of <code>GL_ARB_framebuffer_object</code>, <code>GL_VERSION_3_0</code>, <code>GL_EXT_framebuffer_object</code><br>Alias for: <code>glFramebufferTexture1DEXT</code> */
1172 public void glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level);
1173
1174 /** Entry point to C language function: <code> void {@native glPrimitiveRestartIndex}(GLuint index) </code> <br>Part of <code>GL_VERSION_3_1</code>, <code>GL_NV_primitive_restart</code><br>Alias for: <code>glPrimitiveRestartIndexNV</code> */
1175 public void glPrimitiveRestartIndex(int index);
1176
1177 /** Entry point to C language function: <code> void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName) </code> <br>Part of <code>GL_ARB_uniform_buffer_object</code>, <code>GL_VERSION_3_1</code><br>
1178 @param length a direct or array-backed {@link java.nio.IntBuffer}
1179 @param uniformName a direct or array-backed {@link java.nio.ByteBuffer} */
1180 public void glGetActiveUniformName(int program, int uniformIndex, int bufSize, IntBuffer length, ByteBuffer uniformName);
1181
1182 /** Entry point to C language function: <code> void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName) </code> <br>Part of <code>GL_ARB_uniform_buffer_object</code>, <code>GL_VERSION_3_1</code><br> */
1183 public void glGetActiveUniformName(int program, int uniformIndex, int bufSize, int[] length, int length_offset, byte[] uniformName, int uniformName_offset);
1184
1185 /** Entry point to C language function: <code> void {@native glProvokingVertex}(GLenum mode) </code> <br>Part of <code>GL_ARB_provoking_vertex</code>, <code>GL_VERSION_3_2</code>, <code>GL_EXT_provoking_vertex</code><br>Alias for: <code>glProvokingVertexEXT</code> */
1186 public void glProvokingVertex(int mode);
1187
1188 /** Entry point to C language function: <code> void {@native glDrawTransformFeedback}(GLenum mode, GLuint id) </code> <br>Part of <code>GL_ARB_transform_feedback2</code>, <code>GL_VERSION_4_0</code>, <code>GL_NV_transform_feedback2</code><br>Alias for: <code>glDrawTransformFeedbackNV</code> */
1189 public void glDrawTransformFeedback(int mode, int id);
1190
1191 /** Entry point to C language function: <code> void {@native glDrawTransformFeedbackStream}(GLenum mode, GLuint id, GLuint stream) </code> <br>Part of <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br> */
1192 public void glDrawTransformFeedbackStream(int mode, int id, int stream);
1193
1194 /** Entry point to C language function: <code> void {@native glBeginQueryIndexed}(GLenum target, GLuint index, GLuint id) </code> <br>Part of <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br> */
1195 public void glBeginQueryIndexed(int target, int index, int id);
1196
1197 /** Entry point to C language function: <code> void {@native glEndQueryIndexed}(GLenum target, GLuint index) </code> <br>Part of <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br> */
1198 public void glEndQueryIndexed(int target, int index);
1199
1200 /** Entry point to C language function: <code> void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params) </code> <br>Part of <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br>
1201 @param params a direct or array-backed {@link java.nio.IntBuffer} */
1202 public void glGetQueryIndexediv(int target, int index, int pname, IntBuffer params);
1203
1204 /** Entry point to C language function: <code> void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params) </code> <br>Part of <code>GL_ARB_transform_feedback3</code>, <code>GL_VERSION_4_0</code><br> */
1205 public void glGetQueryIndexediv(int target, int index, int pname, int[] params, int params_offset);
1206
1207 /** Entry point to C language function: <code> void {@native glProgramUniform1d}(GLuint program, GLint location, GLdouble v0) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform1dEXT</code> */
1208 public void glProgramUniform1d(int program, int location, double v0);
1209
1210 /** Entry point to C language function: <code> void {@native glProgramUniform1dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform1dvEXT</code>
1211 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1212 public void glProgramUniform1dv(int program, int location, int count, DoubleBuffer value);
1213
1214 /** Entry point to C language function: <code> void {@native glProgramUniform1dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform1dvEXT</code> */
1215 public void glProgramUniform1dv(int program, int location, int count, double[] value, int value_offset);
1216
1217 /** Entry point to C language function: <code> void {@native glProgramUniform2d}(GLuint program, GLint location, GLdouble v0, GLdouble v1) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform2dEXT</code> */
1218 public void glProgramUniform2d(int program, int location, double v0, double v1);
1219
1220 /** Entry point to C language function: <code> void {@native glProgramUniform2dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform2dvEXT</code>
1221 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1222 public void glProgramUniform2dv(int program, int location, int count, DoubleBuffer value);
1223
1224 /** Entry point to C language function: <code> void {@native glProgramUniform2dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform2dvEXT</code> */
1225 public void glProgramUniform2dv(int program, int location, int count, double[] value, int value_offset);
1226
1227 /** Entry point to C language function: <code> void {@native glProgramUniform3d}(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform3dEXT</code> */
1228 public void glProgramUniform3d(int program, int location, double v0, double v1, double v2);
1229
1230 /** Entry point to C language function: <code> void {@native glProgramUniform3dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform3dvEXT</code>
1231 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1232 public void glProgramUniform3dv(int program, int location, int count, DoubleBuffer value);
1233
1234 /** Entry point to C language function: <code> void {@native glProgramUniform3dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform3dvEXT</code> */
1235 public void glProgramUniform3dv(int program, int location, int count, double[] value, int value_offset);
1236
1237 /** Entry point to C language function: <code> void {@native glProgramUniform4d}(GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform4dEXT</code> */
1238 public void glProgramUniform4d(int program, int location, double v0, double v1, double v2, double v3);
1239
1240 /** Entry point to C language function: <code> void {@native glProgramUniform4dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform4dvEXT</code>
1241 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1242 public void glProgramUniform4dv(int program, int location, int count, DoubleBuffer value);
1243
1244 /** Entry point to C language function: <code> void {@native glProgramUniform4dv}(GLuint program, GLint location, GLsizei count, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniform4dvEXT</code> */
1245 public void glProgramUniform4dv(int program, int location, int count, double[] value, int value_offset);
1246
1247 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2dvEXT</code>
1248 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1249 public void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1250
1251 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2dvEXT</code> */
1252 public void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1253
1254 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3dvEXT</code>
1255 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1256 public void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1257
1258 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3dvEXT</code> */
1259 public void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1260
1261 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4dvEXT</code>
1262 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1263 public void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1264
1265 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4dvEXT</code> */
1266 public void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1267
1268 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2x3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2x3dvEXT</code>
1269 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1270 public void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1271
1272 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2x3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2x3dvEXT</code> */
1273 public void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1274
1275 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3x2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3x2dvEXT</code>
1276 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1277 public void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1278
1279 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3x2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3x2dvEXT</code> */
1280 public void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1281
1282 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2x4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2x4dvEXT</code>
1283 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1284 public void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1285
1286 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix2x4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix2x4dvEXT</code> */
1287 public void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1288
1289 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4x2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4x2dvEXT</code>
1290 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1291 public void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1292
1293 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4x2dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4x2dvEXT</code> */
1294 public void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1295
1296 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3x4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3x4dvEXT</code>
1297 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1298 public void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1299
1300 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix3x4dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix3x4dvEXT</code> */
1301 public void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1302
1303 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4x3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4x3dvEXT</code>
1304 @param value a direct or array-backed {@link java.nio.DoubleBuffer} */
1305 public void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value);
1306
1307 /** Entry point to C language function: <code> void {@native glProgramUniformMatrix4x3dv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) </code> <br>Part of <code>GL_ARB_separate_shader_objects</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_direct_state_access</code><br>Alias for: <code>glProgramUniformMatrix4x3dvEXT</code> */
1308 public void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset);
1309
1310 /** Entry point to C language function: <code> void {@native glVertexAttribL1d}(GLuint index, GLdouble x) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL1dEXT</code> */
1311 public void glVertexAttribL1d(int index, double x);
1312
1313 /** Entry point to C language function: <code> void {@native glVertexAttribL2d}(GLuint index, GLdouble x, GLdouble y) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL2dEXT</code> */
1314 public void glVertexAttribL2d(int index, double x, double y);
1315
1316 /** Entry point to C language function: <code> void {@native glVertexAttribL3d}(GLuint index, GLdouble x, GLdouble y, GLdouble z) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL3dEXT</code> */
1317 public void glVertexAttribL3d(int index, double x, double y, double z);
1318
1319 /** Entry point to C language function: <code> void {@native glVertexAttribL4d}(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL4dEXT</code> */
1320 public void glVertexAttribL4d(int index, double x, double y, double z, double w);
1321
1322 /** Entry point to C language function: <code> void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL1dvEXT</code>
1323 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
1324 public void glVertexAttribL1dv(int index, DoubleBuffer v);
1325
1326 /** Entry point to C language function: <code> void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL1dvEXT</code> */
1327 public void glVertexAttribL1dv(int index, double[] v, int v_offset);
1328
1329 /** Entry point to C language function: <code> void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL2dvEXT</code>
1330 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
1331 public void glVertexAttribL2dv(int index, DoubleBuffer v);
1332
1333 /** Entry point to C language function: <code> void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL2dvEXT</code> */
1334 public void glVertexAttribL2dv(int index, double[] v, int v_offset);
1335
1336 /** Entry point to C language function: <code> void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL3dvEXT</code>
1337 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
1338 public void glVertexAttribL3dv(int index, DoubleBuffer v);
1339
1340 /** Entry point to C language function: <code> void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL3dvEXT</code> */
1341 public void glVertexAttribL3dv(int index, double[] v, int v_offset);
1342
1343 /** Entry point to C language function: <code> void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL4dvEXT</code>
1344 @param v a direct or array-backed {@link java.nio.DoubleBuffer} */
1345 public void glVertexAttribL4dv(int index, DoubleBuffer v);
1346
1347 /** Entry point to C language function: <code> void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribL4dvEXT</code> */
1348 public void glVertexAttribL4dv(int index, double[] v, int v_offset);
1349
1350 /** Entry point to C language function: <code> void {@native glVertexAttribLPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glVertexAttribLPointerEXT</code> */
1351 public void glVertexAttribLPointer(int index, int size, int type, int stride, long pointer_buffer_offset);
1352
1353 /** Entry point to C language function: <code> void {@native glGetVertexAttribLdv}(GLuint index, GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glGetVertexAttribLdvEXT</code>
1354 @param params a direct or array-backed {@link java.nio.DoubleBuffer} */
1355 public void glGetVertexAttribLdv(int index, int pname, DoubleBuffer params);
1356
1357 /** Entry point to C language function: <code> void {@native glGetVertexAttribLdv}(GLuint index, GLenum pname, GLdouble * params) </code> <br>Part of <code>GL_ARB_vertex_attrib_64bit</code>, <code>GL_VERSION_4_1</code>, <code>GL_EXT_vertex_attrib_64bit</code><br>Alias for: <code>glGetVertexAttribLdvEXT</code> */
1358 public void glGetVertexAttribLdv(int index, int pname, double[] params, int params_offset);
1359
1360 /** Entry point to C language function: <code> void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params) </code> <br>Part of <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br>
1361 @param params a direct or array-backed {@link java.nio.IntBuffer} */
1362 public void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, IntBuffer params);
1363
1364 /** Entry point to C language function: <code> void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params) </code> <br>Part of <code>GL_ARB_shader_atomic_counters</code>, <code>GL_VERSION_4_2</code><br> */
1365 public void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, int[] params, int params_offset);
1366
1367 /** Entry point to C language function: <code> void {@native glClearBufferData}(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data) </code> <br>Part of <code>GL_VERSION_4_3</code>, <code>GL_ARB_clear_buffer_object</code><br>
1368 @param data a direct or array-backed {@link java.nio.Buffer} */
1369 public void glClearBufferData(int target, int internalformat, int format, int type, Buffer data);
1370
1371 /** Entry point to C language function: <code> void {@native glClearBufferSubData}(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data) </code> <br>Part of <code>GL_VERSION_4_3</code>, <code>GL_ARB_clear_buffer_object</code><br>
1372 @param data a direct or array-backed {@link java.nio.Buffer} */
1373 public void glClearBufferSubData(int target, int internalformat, long offset, long size, int format, int type, Buffer data);
1374
1375 /** Entry point to C language function: <code> void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params) </code> <br>Part of <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br>
1376 @param params a direct or array-backed {@link java.nio.LongBuffer} */
1377 public void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, LongBuffer params);
1378
1379 /** Entry point to C language function: <code> void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params) </code> <br>Part of <code>GL_ARB_internalformat_query2</code>, <code>GL_VERSION_4_3</code><br> */
1380 public void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, long[] params, int params_offset);
1381
1382 /** Entry point to C language function: <code> void {@native glInvalidateTexSubImage}(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) </code> <br>Part of <code>GL_ARB_invalidate_subdata</code>, <code>GL_VERSION_4_3</code><br> */
1383 public void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth);
1384
1385 /** Entry point to C language function: <code> void {@native glInvalidateTexImage}(GLuint texture, GLint level) </code> <br>Part of <code>GL_ARB_invalidate_subdata</code>, <code>GL_VERSION_4_3</code><br> */
1386 public void glInvalidateTexImage(int texture, int level);
1387
1388 /** Entry point to C language function: <code> void {@native glInvalidateBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr length) </code> <br>Part of <code>GL_ARB_invalidate_subdata</code>, <code>GL_VERSION_4_3</code><br> */
1389 public void glInvalidateBufferSubData(int buffer, long offset, long length);
1390
1391 /** Entry point to C language function: <code> void {@native glInvalidateBufferData}(GLuint buffer) </code> <br>Part of <code>GL_ARB_invalidate_subdata</code>, <code>GL_VERSION_4_3</code><br> */
1392 public void glInvalidateBufferData(int buffer);
1393
1394 /** Entry point to C language function: <code> void {@native glGetnCompressedTexImage}(GLenum target, GLint lod, GLsizei bufSize, void * pixels) </code> <br>Part of <code>GL_VERSION_4_5</code>, <code>GL_ARB_robustness</code><br>Alias for: <code>glGetnCompressedTexImageARB</code>
1395 @param pixels a direct or array-backed {@link java.nio.Buffer} */
1396 public void glGetnCompressedTexImage(int target, int lod, int bufSize, Buffer pixels);
1397
1398 /** Entry point to C language function: <code> void {@native glGetnTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels) </code> <br>Part of <code>GL_VERSION_4_5</code>, <code>GL_ARB_robustness</code><br>Alias for: <code>glGetnTexImageARB</code>
1399 @param pixels a direct or array-backed {@link java.nio.Buffer} */
1400 public void glGetnTexImage(int target, int level, int format, int type, int bufSize, Buffer pixels);
1401
1402 /** Entry point to C language function: <code> void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params) </code> <br>Part of <code>GL_VERSION_4_5</code>, <code>GL_ARB_robustness</code><br>Alias for: <code>glGetnUniformdvARB</code>
1403 @param params a direct or array-backed {@link java.nio.DoubleBuffer} */
1404 public void glGetnUniformdv(int program, int location, int bufSize, DoubleBuffer params);
1405
1406 /** Entry point to C language function: <code> void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params) </code> <br>Part of <code>GL_VERSION_4_5</code>, <code>GL_ARB_robustness</code><br>Alias for: <code>glGetnUniformdvARB</code> */
1407 public void glGetnUniformdv(int program, int location, int bufSize, double[] params, int params_offset);
1408
1409 /** Entry point to C language function: <code> void {@native glBufferPageCommitmentARB}(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit) </code> <br>Part of <code>GL_ARB_sparse_buffer</code><br> */
1410 public void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit);
1411
1412 /** Entry point to C language function: <code> void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit) </code> <br>Part of <code>GL_ARB_sparse_buffer</code><br> */
1413 public void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit);
1414
1415 /** Entry point to C language function: <code> void {@native glNamedBufferPageCommitmentARB}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit) </code> <br>Part of <code>GL_ARB_sparse_buffer</code><br> */
1416 public void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit);
1417
1418 /** Entry point to C language function: <code> void {@native glTexPageCommitmentARB}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) </code> <br>Part of <code>GL_ARB_sparse_texture</code><br> */
1419 public void glTexPageCommitmentARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit);
1420
1421 /** Entry point to C language function: <code> void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) </code> <br>Part of <code>GL_AMD_debug_output</code><br>
1422 @param ids a direct or array-backed {@link java.nio.IntBuffer} */
1423 public void glDebugMessageEnableAMD(int category, int severity, int count, IntBuffer ids, boolean enabled);
1424
1425 /** Entry point to C language function: <code> void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) </code> <br>Part of <code>GL_AMD_debug_output</code><br> */
1426 public void glDebugMessageEnableAMD(int category, int severity, int count, int[] ids, int ids_offset, boolean enabled);
1427
1428 /** Entry point to C language function: <code> void {@native glDebugMessageInsertAMD}(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf) </code> <br>Part of <code>GL_AMD_debug_output</code><br> */
1429 public void glDebugMessageInsertAMD(int category, int severity, int id, int length, String buf);
1430
1431 /** Entry point to C language function: <code> GLuint {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message) </code> <br>Part of <code>GL_AMD_debug_output</code><br>
1432 @param categories a direct or array-backed {@link java.nio.IntBuffer}
1433 @param severities a direct or array-backed {@link java.nio.IntBuffer}
1434 @param ids a direct or array-backed {@link java.nio.IntBuffer}
1435 @param lengths a direct or array-backed {@link java.nio.IntBuffer}
1436 @param message a direct or array-backed {@link java.nio.ByteBuffer} */
1437 public int glGetDebugMessageLogAMD(int count, int bufsize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message);
1438
1439 /** Entry point to C language function: <code> GLuint {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message) </code> <br>Part of <code>GL_AMD_debug_output</code><br> */
1440 public int glGetDebugMessageLogAMD(int count, int bufsize, int[] categories, int categories_offset, int[] severities, int severities_offset, int[] ids, int ids_offset, int[] lengths, int lengths_offset, byte[] message, int message_offset);
1441
1442 /** Entry point to C language function: <code> void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code>, <code>GL_AMD_gpu_shader_int64</code><br>
1443 @param params a direct or array-backed {@link java.nio.LongBuffer} */
1444 public void glGetUniformui64vNV(int program, int location, LongBuffer params);
1445
1446 /** Entry point to C language function: <code> void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code>, <code>GL_AMD_gpu_shader_int64</code><br> */
1447 public void glGetUniformui64vNV(int program, int location, long[] params, int params_offset);
1448
1449 /** Entry point to C language function: <code> void {@native glMultiDrawArraysIndirectAMD}(GLenum mode, const void * indirect, GLsizei primcount, GLsizei stride) </code> <br>Part of <code>GL_AMD_multi_draw_indirect</code><br>
1450 @param indirect a direct or array-backed {@link java.nio.Buffer} */
1451 public void glMultiDrawArraysIndirectAMD(int mode, Buffer indirect, int primcount, int stride);
1452
1453 /** Entry point to C language function: <code> void {@native glMultiDrawElementsIndirectAMD}(GLenum mode, GLenum type, const void * indirect, GLsizei primcount, GLsizei stride) </code> <br>Part of <code>GL_AMD_multi_draw_indirect</code><br>
1454 @param indirect a direct or array-backed {@link java.nio.Buffer} */
1455 public void glMultiDrawElementsIndirectAMD(int mode, int type, Buffer indirect, int primcount, int stride);
1456
1457 /** Entry point to C language function: <code> void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val) </code> <br>Part of <code>GL_AMD_sample_positions</code><br>
1458 @param val a direct or array-backed {@link java.nio.FloatBuffer} */
1459 public void glSetMultisamplefvAMD(int pname, int index, FloatBuffer val);
1460
1461 /** Entry point to C language function: <code> void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val) </code> <br>Part of <code>GL_AMD_sample_positions</code><br> */
1462 public void glSetMultisamplefvAMD(int pname, int index, float[] val, int val_offset);
1463
1464 /** Entry point to C language function: <code> void {@native glStencilOpValueAMD}(GLenum face, GLuint value) </code> <br>Part of <code>GL_AMD_stencil_operation_extended</code><br> */
1465 public void glStencilOpValueAMD(int face, int value);
1466
1467 /** Entry point to C language function: <code> void {@native glTessellationFactorAMD}(GLfloat factor) </code> <br>Part of <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br> */
1468 public void glTessellationFactorAMD(float factor);
1469
1470 /** Entry point to C language function: <code> void {@native glTessellationModeAMD}(GLenum mode) </code> <br>Part of <code>GL_AMD_vertex_shader_tesselator</code>, <code>GL_AMD_vertex_shader_tessellator</code><br> */
1471 public void glTessellationModeAMD(int mode);
1472
1473 /** Entry point to C language function: <code> GLsync {@native glImportSyncEXT}(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags) </code> <br>Part of <code>GL_EXT_x11_sync_object</code><br> */
1474 public long glImportSyncEXT(int external_sync_type, long external_sync, int flags);
1475
1476 /** Entry point to C language function: <code> void {@native glMakeBufferResidentNV}(GLenum target, GLenum access) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1477 public void glMakeBufferResidentNV(int target, int access);
1478
1479 /** Entry point to C language function: <code> void {@native glMakeBufferNonResidentNV}(GLenum target) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1480 public void glMakeBufferNonResidentNV(int target);
1481
1482 /** Entry point to C language function: <code> GLboolean {@native glIsBufferResidentNV}(GLenum target) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1483 public boolean glIsBufferResidentNV(int target);
1484
1485 /** Entry point to C language function: <code> void {@native glMakeNamedBufferResidentNV}(GLuint buffer, GLenum access) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1486 public void glMakeNamedBufferResidentNV(int buffer, int access);
1487
1488 /** Entry point to C language function: <code> void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1489 public void glMakeNamedBufferNonResidentNV(int buffer);
1490
1491 /** Entry point to C language function: <code> GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1492 public boolean glIsNamedBufferResidentNV(int buffer);
1493
1494 /** Entry point to C language function: <code> void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br>
1495 @param params a direct or array-backed {@link java.nio.LongBuffer} */
1496 public void glGetBufferParameterui64vNV(int target, int pname, LongBuffer params);
1497
1498 /** Entry point to C language function: <code> void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1499 public void glGetBufferParameterui64vNV(int target, int pname, long[] params, int params_offset);
1500
1501 /** Entry point to C language function: <code> void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br>
1502 @param params a direct or array-backed {@link java.nio.LongBuffer} */
1503 public void glGetNamedBufferParameterui64vNV(int buffer, int pname, LongBuffer params);
1504
1505 /** Entry point to C language function: <code> void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1506 public void glGetNamedBufferParameterui64vNV(int buffer, int pname, long[] params, int params_offset);
1507
1508 /** Entry point to C language function: <code> void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br>
1509 @param result a direct or array-backed {@link java.nio.LongBuffer} */
1510 public void glGetIntegerui64vNV(int value, LongBuffer result);
1511
1512 /** Entry point to C language function: <code> void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1513 public void glGetIntegerui64vNV(int value, long[] result, int result_offset);
1514
1515 /** Entry point to C language function: <code> void {@native glUniformui64NV}(GLint location, GLuint64EXT value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1516 public void glUniformui64NV(int location, long value);
1517
1518 /** Entry point to C language function: <code> void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br>
1519 @param value a direct or array-backed {@link java.nio.LongBuffer} */
1520 public void glUniformui64vNV(int location, int count, LongBuffer value);
1521
1522 /** Entry point to C language function: <code> void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1523 public void glUniformui64vNV(int location, int count, long[] value, int value_offset);
1524
1525 /** Entry point to C language function: <code> void {@native glProgramUniformui64NV}(GLuint program, GLint location, GLuint64EXT value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1526 public void glProgramUniformui64NV(int program, int location, long value);
1527
1528 /** Entry point to C language function: <code> void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br>
1529 @param value a direct or array-backed {@link java.nio.LongBuffer} */
1530 public void glProgramUniformui64vNV(int program, int location, int count, LongBuffer value);
1531
1532 /** Entry point to C language function: <code> void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value) </code> <br>Part of <code>GL_NV_shader_buffer_load</code><br> */
1533 public void glProgramUniformui64vNV(int program, int location, int count, long[] value, int value_offset);
1534
1535 /** Entry point to C language function: <code> void {@native glTexImage2DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1536 public void glTexImage2DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations);
1537
1538 /** Entry point to C language function: <code> void {@native glTexImage3DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1539 public void glTexImage3DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations);
1540
1541 /** Entry point to C language function: <code> void {@native glTextureImage2DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1542 public void glTextureImage2DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations);
1543
1544 /** Entry point to C language function: <code> void {@native glTextureImage3DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1545 public void glTextureImage3DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations);
1546
1547 /** Entry point to C language function: <code> void {@native glTextureImage2DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1548 public void glTextureImage2DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations);
1549
1550 /** Entry point to C language function: <code> void {@native glTextureImage3DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations) </code> <br>Part of <code>GL_NV_texture_multisample</code><br> */
1551 public void glTextureImage3DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations);
1552
1553 /** Entry point to C language function: <code> void {@native glBufferAddressRangeNV}(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1554 public void glBufferAddressRangeNV(int pname, int index, long address, long length);
1555
1556 /** Entry point to C language function: <code> void {@native glVertexFormatNV}(GLint size, GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1557 public void glVertexFormatNV(int size, int type, int stride);
1558
1559 /** Entry point to C language function: <code> void {@native glNormalFormatNV}(GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1560 public void glNormalFormatNV(int type, int stride);
1561
1562 /** Entry point to C language function: <code> void {@native glColorFormatNV}(GLint size, GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1563 public void glColorFormatNV(int size, int type, int stride);
1564
1565 /** Entry point to C language function: <code> void {@native glIndexFormatNV}(GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1566 public void glIndexFormatNV(int type, int stride);
1567
1568 /** Entry point to C language function: <code> void {@native glTexCoordFormatNV}(GLint size, GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1569 public void glTexCoordFormatNV(int size, int type, int stride);
1570
1571 /** Entry point to C language function: <code> void {@native glEdgeFlagFormatNV}(GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1572 public void glEdgeFlagFormatNV(int stride);
1573
1574 /** Entry point to C language function: <code> void {@native glSecondaryColorFormatNV}(GLint size, GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1575 public void glSecondaryColorFormatNV(int size, int type, int stride);
1576
1577 /** Entry point to C language function: <code> void {@native glFogCoordFormatNV}(GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1578 public void glFogCoordFormatNV(int type, int stride);
1579
1580 /** Entry point to C language function: <code> void {@native glVertexAttribFormatNV}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1581 public void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride);
1582
1583 /** Entry point to C language function: <code> void {@native glVertexAttribIFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1584 public void glVertexAttribIFormatNV(int index, int size, int type, int stride);
1585
1586 /** Entry point to C language function: <code> void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br>
1587 @param result a direct or array-backed {@link java.nio.LongBuffer} */
1588 public void glGetIntegerui64i_vNV(int value, int index, LongBuffer result);
1589
1590 /** Entry point to C language function: <code> void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result) </code> <br>Part of <code>GL_NV_vertex_buffer_unified_memory</code><br> */
1591 public void glGetIntegerui64i_vNV(int value, int index, long[] result, int result_offset);
1592
1593} // end of class GL2GL3
void glVertexAttrib3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
void glClearBufferSubData(int target, int internalformat, long offset, long size, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferSubData}(GLenum target,...
static final int GL_DEPTH_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_DEPTH_RENDERABLE" with expression '0x8287',...
Definition: GL2GL3.java:279
static final int GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT
GL_VERSION_3_0 Define "GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT" with expression '0x00000001',...
Definition: GL2GL3.java:719
void glBindFragDataLocation(int program, int color, String name)
Entry point to C language function: void {@native glBindFragDataLocation}(GLuint program,...
static final int GL_UNPACK_COMPRESSED_BLOCK_WIDTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_WIDTH" wit...
Definition: GL2GL3.java:283
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST" with exp...
Definition: GL2GL3.java:309
static final int GL_UNPACK_COMPRESSED_BLOCK_SIZE
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_SIZE" with...
Definition: GL2GL3.java:502
static final int GL_R16
GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16 Alias for: GL_R16_EXT Define "GL_R16" with ...
Definition: GL2GL3.java:300
void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
static final int GL_COMPRESSED_SRGB_ALPHA
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_ALPHA_EXT Define "GL_COMPRESSED_SR...
Definition: GL2GL3.java:51
static final int GL_PRIMITIVE_RESTART_INDEX
GL_VERSION_3_1, GL_NV_primitive_restart Alias for: GL_PRIMITIVE_RESTART_INDEX_NV Define "GL_PRIMITIV...
Definition: GL2GL3.java:648
static final int GL_TEXTURE_SPARSE_ARB
GL_ARB_sparse_texture Define "GL_TEXTURE_SPARSE_ARB" with expression '0x91A6', CType: int
Definition: GL2GL3.java:334
static final int GL_PRIMITIVE_RESTART
GL_VERSION_3_1, GL_NV_primitive_restart Alias for: GL_PRIMITIVE_RESTART_NV Define "GL_PRIMITIVE_REST...
Definition: GL2GL3.java:696
void glVertexAttrib2s(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT3_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT3_RGBA" with expression '0...
Definition: GL2GL3.java:203
void glTexImage3DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTexImage3DMultisampleCoverageNV}(GLenum target,...
void glVertexAttrib4Nusv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
static final int GL_INTERNALFORMAT_BLUE_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_BLUE_SIZE" with expression '0x...
Definition: GL2GL3.java:623
static final int GL_RGB12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB12_EXT Define "GL_RGB12" with expression '0x8053',...
Definition: GL2GL3.java:738
static final int GL_TESS_CONTROL_SHADER_PATCHES_ARB
GL_ARB_pipeline_statistics_query Define "GL_TESS_CONTROL_SHADER_PATCHES_ARB" with expression '0x82F1'...
Definition: GL2GL3.java:124
void glGetDoublev(int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
static final int GL_IMAGE_CLASS_10_10_10_2
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_10_10_10_2" with expression '0x82...
Definition: GL2GL3.java:57
void glVertexAttribL4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
void glVertexAttrib4s(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4s}(GLuint index,...
static final int GL_FRONT_RIGHT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_FRONT_RIGHT" with expression '0x0401', CType: int
Definition: GL2GL3.java:469
void glGetNamedBufferParameterui64vNV(int buffer, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
static final int GL_SRC1_ALPHA
GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended Alias for: GL_SRC1_ALPHA_EXT Define "G...
Definition: GL2GL3.java:775
void glVertexAttribL1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
void glProgramUniform3dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
static final int GL_STENCIL_INDEX16
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_STENCIL_INDEX16_EX...
Definition: GL2GL3.java:81
static final int GL_CAVEAT_SUPPORT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_CAVEAT_SUPPORT" with expression '0x82B8',...
Definition: GL2GL3.java:560
void glVertexAttribL4dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
static final int GL_AUTO_GENERATE_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_AUTO_GENERATE_MIPMAP" with expression '0x8295...
Definition: GL2GL3.java:645
static final int GL_READ_PIXELS_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS_TYPE" with expression '0x828E',...
Definition: GL2GL3.java:680
void glVertexAttrib4Niv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer,...
static final int GL_BACK_LEFT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_BACK_LEFT" with expression '0x0402', CType: int
Definition: GL2GL3.java:61
static final int GL_COMPRESSED_RED_RGTC1
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc Alias for: GL_COMPRE...
Definition: GL2GL3.java:226
void glProgramUniformui64NV(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
static final int GL_COMPRESSED_SIGNED_RED_RGTC1
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc Alias for: GL_COMPRE...
Definition: GL2GL3.java:554
void glVertexAttrib4Nsv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
static final int GL_PACK_IMAGE_HEIGHT
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PACK_IMAGE_HEIGHT_EXT Define "GL_PACK_IMAGE_HEIGHT" w...
Definition: GL2GL3.java:42
void glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
void glVertexAttribI2iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
static final int GL_COMPRESSED_RG
GL_VERSION_3_0 Define "GL_COMPRESSED_RG" with expression '0x8226', CType: int
Definition: GL2GL3.java:311
static final int GL_SAMPLER_2D_RECT_SHADOW
GL_VERSION_3_1, GL_ARB_shader_objects Alias for: GL_SAMPLER_2D_RECT_SHADOW_ARB Define "GL_SAMPLER_2D...
Definition: GL2GL3.java:341
static final int GL_CLIP_DISTANCE2
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE2_APPLE Define "GL_CLIP_DISTANCE2"...
Definition: GL2GL3.java:157
static final int GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR
GL_KHR_no_error Define "GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR" with expression '0x00000008',...
Definition: GL2GL3.java:591
void glMakeBufferNonResidentNV(int target)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
void glVertexAttribL1d(int index, double x)
Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index,...
void glProgramUniform4dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
static final int GL_VIEW_CLASS_BPTC_UNORM
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_BPTC_UNORM" with expression '0x82D...
Definition: GL2GL3.java:293
static final int GL_RGBA16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_RGBA16_SNORM_EXT Define "GL_RGBA16_SNORM" with exp...
Definition: GL2GL3.java:492
static final int GL_TEXTURE_GATHER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_GATHER" with expression '0x82A2',...
Definition: GL2GL3.java:55
void glLogicOp(int opcode)
Entry point to C language function: void {@native glLogicOp}(GLenum opcode) Part of GL_VERSION_ES_...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT...
Definition: GL2GL3.java:266
static final int GL_SRGB_READ
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SRGB_READ" with expression '0x8297',...
Definition: GL2GL3.java:449
static final int GL_TEXTURE_1D
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_TEXTURE_1D" with expression '0x0DE0', CType: int
Definition: GL2GL3.java:317
void glEdgeFlagFormatNV(int stride)
Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride) Part of GL_N...
static final int GL_GET_TEXTURE_IMAGE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GET_TEXTURE_IMAGE_TYPE" with expression '0x82...
Definition: GL2GL3.java:338
void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(GLuint program,...
void glGetActiveUniformName(int program, int uniformIndex, int bufSize, IntBuffer length, ByteBuffer uniformName)
Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program,...
static final int GL_R16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_R16_SNORM_EXT Define "GL_R16_SNORM" with expressio...
Definition: GL2GL3.java:693
static final int GL_ELEMENT_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_LENGTH_NV" with expression '0x8F33',...
Definition: GL2GL3.java:529
static final int GL_IMAGE_TEXEL_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_TEXEL_SIZE" with expression '0x82A7',...
Definition: GL2GL3.java:427
void glVertexAttrib3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttrib3d}(GLuint index,...
static final int GL_DEPTH_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_DEPTH_COMPONENTS" with expression '0x8284',...
Definition: GL2GL3.java:83
void glVertexAttribI4ubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_...
Definition: GL2GL3.java:639
void glClearBufferData(int target, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferData}(GLenum target,...
static final int GL_INTERNALFORMAT_STENCIL_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_STENCIL_SIZE" with expression ...
Definition: GL2GL3.java:543
void glGetIntegerui64i_vNV(int value, int index, long[] result, int result_offset)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
static final int GL_TEXTURE_VIEW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_VIEW" with expression '0x82B5',...
Definition: GL2GL3.java:78
static final int GL_LEFT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_LEFT" with expression '0x0406', CType: int
Definition: GL2GL3.java:750
static final int GL_STENCIL_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_STENCIL_RENDERABLE" with expression '0x8288',...
Definition: GL2GL3.java:429
void glVertexAttrib3s(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3s}(GLuint index,...
void glVertexAttrib4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type,...
static final int GL_INTERNALFORMAT_ALPHA_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_ALPHA_TYPE" with expression '0...
Definition: GL2GL3.java:793
void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(GLuint program,...
static final int GL_RGBA16
GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16 Alias for: GL_RGBA16_EXT Define "GL_RGBA16" wi...
Definition: GL2GL3.java:753
void glGetQueryIndexediv(int target, int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glProgramUniform4d(int program, int location, double v0, double v1, double v2, double v3)
Entry point to C language function: void {@native glProgramUniform4d}(GLuint program,...
static final int GL_STENCIL_BACK_OP_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_STENCIL_BACK_OP_VALUE_AMD" with expression '0x874D',...
Definition: GL2GL3.java:281
static final int GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV" with expression '0x8F20...
Definition: GL2GL3.java:551
static final int GL_TEXTURE_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_TEXTURE_1D_ARRAY_EXT Define "GL_TEXTURE_1D_ARRAY"...
Definition: GL2GL3.java:180
void glTessellationFactorAMD(float factor)
Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor) Part of...
static final int GL_MAX_SPARSE_TEXTURE_SIZE_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_TEXTURE_SIZE_ARB" with expression '0x9198',...
Definition: GL2GL3.java:702
void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, long data_buffer_offset)
Entry point to C language function: void {@native glCompressedTexImage1D}(GLenum target,...
static final int GL_VERTEX_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VERTEX_TEXTURE" with expression '0x829B',...
Definition: GL2GL3.java:685
static final int GL_LINE_WIDTH_RANGE
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_LINE_WIDTH_RANGE" with expression '0x0B22',...
Definition: GL2GL3.java:768
static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB" with expression '...
Definition: GL2GL3.java:244
static final int GL_CLIPPING_INPUT_PRIMITIVES_ARB
GL_ARB_pipeline_statistics_query Define "GL_CLIPPING_INPUT_PRIMITIVES_ARB" with expression '0x82F6',...
Definition: GL2GL3.java:295
static final int GL_UNSIGNED_SHORT_5_6_5_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_SHORT_5_6_5_REV" with expression '0x8364', CType: int
Definition: GL2GL3.java:453
void glMultiDrawArraysIndirectAMD(int mode, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectAMD}(GLenum mode,...
void glVertexAttrib4Nuiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
static final int GL_MAX_VERTEX_STREAMS
GL_ARB_transform_feedback3, GL_VERSION_4_0, GL_ATI_vertex_streams Alias for: GL_MAX_VERTEX_STREAMS_AT...
Definition: GL2GL3.java:444
static final int GL_UNPACK_LSB_FIRST
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_UNPACK_LSB_FIRST" with expression '0x0CF1',...
Definition: GL2GL3.java:748
void glEnableClientState(int cap)
Entry point to C language function: void {@native glEnableClientState}(GLenum cap) Part of GL_NV_v...
static final int GL_CONTINUOUS_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_CONTINUOUS_AMD" with exp...
Definition: GL2GL3.java:777
static final int GL_VIRTUAL_PAGE_SIZE_Z_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Z_ARB" with expression '0x9197',...
Definition: GL2GL3.java:652
static final int GL_CLEAR_BUFFER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_CLEAR_BUFFER" with expression '0x82B4',...
Definition: GL2GL3.java:315
static final int GL_TEXTURE_BINDING_1D
GL_VERSION_1_1 Define "GL_TEXTURE_BINDING_1D" with expression '0x8068', CType: int
Definition: GL2GL3.java:746
void glVertexAttrib2sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
void glClampColor(int target, int clamp)
Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp) Part ...
static final int GL_COMPRESSED_RG_RGTC2
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0 Define "GL_COMPRESSED_RG_RGTC2" with expression '0x8D...
Definition: GL2GL3.java:375
void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride)
Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index,...
static final int GL_INTERNALFORMAT_RED_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_RED_TYPE" with expression '0x8...
Definition: GL2GL3.java:791
void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
Entry point to C language function: void {@native glInvalidateTexSubImage}(GLuint texture,...
static final int GL_UNSIGNED_INT_8_8_8_8
GL_VERSION_1_2, GL_EXT_packed_pixels Alias for: GL_UNSIGNED_INT_8_8_8_8_EXT Define "GL_UNSIGNED_INT_...
Definition: GL2GL3.java:366
void glMultiDrawArrays(int mode, int[] first, int first_offset, int[] count, int count_offset, int drawcount)
Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode,...
static final int GL_FRONT_LEFT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_FRONT_LEFT" with expression '0x0400', CType: int
Definition: GL2GL3.java:784
void glSetMultisamplefvAMD(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
static final int GL_PROVOKING_VERTEX
GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex Alias for: GL_PROVOKING_VERTEX_EXT ...
Definition: GL2GL3.java:789
void glGetnUniformdv(int program, int location, int bufSize, DoubleBuffer params)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
static final int GL_CLIPPING_OUTPUT_PRIMITIVES_ARB
GL_ARB_pipeline_statistics_query Define "GL_CLIPPING_OUTPUT_PRIMITIVES_ARB" with expression '0x82F7',...
Definition: GL2GL3.java:133
static final int GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
GL_ARB_transform_feedback_overflow_query Define "GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB" with expression ...
Definition: GL2GL3.java:726
void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(GLuint program,...
static final int GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB
GL_ARB_sparse_texture Define "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB" with expression '0x91A9'...
Definition: GL2GL3.java:184
static final int GL_GPU_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_GPU_ADDRESS_NV" with expression '0x8F34', CType: int
Definition: GL2GL3.java:66
static final int GL_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MIPMAP" with expression '0x8293',...
Definition: GL2GL3.java:194
static final int GL_INT_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_1D_ARRAY_EXT Define "GL_INT_SAMPLER_1D_...
Definition: GL2GL3.java:332
static final int GL_PROXY_TEXTURE_1D
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_PROXY_TEXTURE_1D_EXT Define "GL_PROXY_TEXTURE_1D" with ...
Definition: GL2GL3.java:603
static final int GL_INT_SAMPLER_1D
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_1D_EXT Define "GL_INT_SAMPLER_1D" with ...
Definition: GL2GL3.java:197
static final int GL_DEBUG_CATEGORY_DEPRECATION_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_DEPRECATION_AMD" with expression '0x914B',...
Definition: GL2GL3.java:385
void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
static final int GL_SECONDARY_COLOR_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_SECONDARY_COLOR_ARRAY_LENGTH_NV" with expression '0x8F3...
Definition: GL2GL3.java:600
boolean glIsBufferResidentNV(int target)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
static final int GL_FRAMEBUFFER_RENDERABLE_LAYERED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_RENDERABLE_LAYERED" with expressi...
Definition: GL2GL3.java:455
void glVertexAttribLPointer(int index, int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index,...
void glVertexAttrib3dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
static final int GL_UNPACK_SWAP_BYTES
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_UNPACK_SWAP_BYTES" with expression '0x0CF0',...
Definition: GL2GL3.java:381
static final int GL_PRIMITIVES_SUBMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_PRIMITIVES_SUBMITTED_ARB" with expression '0x82EF',...
Definition: GL2GL3.java:126
static final int GL_TEXTURE_COORD_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_TEXTURE_COORD_ARRAY_LENGTH_NV" with expression '0x8F2F'...
Definition: GL2GL3.java:556
static final int GL_INTERNALFORMAT_STENCIL_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_STENCIL_TYPE" with expression ...
Definition: GL2GL3.java:120
static final int GL_VERTEX_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ARRAY_ADDRESS_NV" with expression '0x8F21',...
Definition: GL2GL3.java:687
static final int GL_PACK_COMPRESSED_BLOCK_WIDTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_WIDTH" with ...
Definition: GL2GL3.java:730
static final int GL_VIEW_CLASS_64_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_64_BITS" with expression '0x82C6',...
Definition: GL2GL3.java:562
static final int GL_TEXTURE_IMAGE_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_IMAGE_FORMAT" with expression '0x828F...
Definition: GL2GL3.java:520
void glGetBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetBufferSubData}(GLenum target,...
static final int GL_FILL
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_FILL_NV Define "GL_FILL" with expre...
Definition: GL2GL3.java:573
static final int GL_CLIP_DISTANCE4
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE4_APPLE Define "GL_CLIP_DISTANCE4"...
Definition: GL2GL3.java:163
static final int GL_TEXTURE_BINDING_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_TEXTURE_BINDING_1D_ARRAY_EXT Define "GL_TEXTURE_B...
Definition: GL2GL3.java:242
void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit)
Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target,...
static final int GL_DOUBLE
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_DOUBLE" with expression '0x140A', CType: int
Definition: GL2GL3.java:237
void glVertexAttrib1s(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index,...
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE" with ex...
Definition: GL2GL3.java:414
static final int GL_SAMPLES_PASSED
GL_VERSION_1_5, GL_ARB_occlusion_query Alias for: GL_SAMPLES_PASSED_ARB Define "GL_SAMPLES_PASSED" w...
Definition: GL2GL3.java:145
void glVertexAttribI3iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glMultiDrawElements(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount)
Entry point to C language function: void {@native glMultiDrawElements}(GLenum mode,...
static final int GL_INTERNALFORMAT_GREEN_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_GREEN_TYPE" with expression '0...
Definition: GL2GL3.java:558
static final int GL_POINT_SPRITE_COORD_ORIGIN
GL_VERSION_2_0 Define "GL_POINT_SPRITE_COORD_ORIGIN" with expression '0x8CA0', CType: int
Definition: GL2GL3.java:485
static final int GL_SMOOTH_POINT_SIZE_GRANULARITY
GL_VERSION_1_2 Define "GL_SMOOTH_POINT_SIZE_GRANULARITY" with expression '0x0B13',...
Definition: GL2GL3.java:672
void glVertexAttribI3iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glInvalidateTexImage(int texture, int level)
Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture,...
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV
GL_VERSION_1_2, GL_EXT_read_format_bgra, GL_IMG_read_format Alias for: GL_UNSIGNED_SHORT_4_4_4_4_REV_...
Definition: GL2GL3.java:401
static final int GL_SHADER_IMAGE_ATOMIC
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_ATOMIC" with expression '0x82A6'...
Definition: GL2GL3.java:766
static final int GL_TESS_EVALUATION_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TESS_EVALUATION_TEXTURE" with expression '0x8...
Definition: GL2GL3.java:59
void glMakeBufferResidentNV(int target, int access)
Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target,...
static final int GL_FRAMEBUFFER_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_RENDERABLE" with expression '0x82...
Definition: GL2GL3.java:91
static final int GL_DRAW_INDIRECT_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_LENGTH_NV" with expression '0x8F42',...
Definition: GL2GL3.java:319
static final int GL_VIEW_CLASS_48_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_48_BITS" with expression '0x82C7',...
Definition: GL2GL3.java:759
void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(GLuint program,...
static final int GL_TEXTURE_SRGB_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_TEXTURE_SRGB_DECODE_EXT" with expression '0x8A48',...
Definition: GL2GL3.java:201
void glGetIntegerui64i_vNV(int value, int index, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY...
Definition: GL2GL3.java:668
void glVertexAttrib4iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
void glIndexFormatNV(int type, int stride)
Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride) Pa...
static final int GL_SKIP_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_SKIP_DECODE_EXT" with expression '0x8A4A', CType: int
Definition: GL2GL3.java:271
void glProgramUniformui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
void glPixelStoref(int pname, float param)
Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param) Part...
void glProgramUniform4dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
static final int GL_BGRA_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BGRA_INTEGER_EXT Define "GL_BGRA_INTEGER" with ...
Definition: GL2GL3.java:215
static final int GL_DRAW_INDIRECT_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_ADDRESS_NV" with expression '0x8F41',...
Definition: GL2GL3.java:248
boolean glIsNamedBufferResidentNV(int buffer)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTexSubImage1D}(GLenum target,...
static final int GL_UNSIGNED_INT_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT Define "GL_UNSIGN...
Definition: GL2GL3.java:419
static final int GL_INTERNALFORMAT_GREEN_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_GREEN_SIZE" with expression '0...
Definition: GL2GL3.java:135
static final int GL_FIXED_ONLY
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_FIXED_ONLY_ARB Define "GL_FIXED_ONLY" with e...
Definition: GL2GL3.java:177
static final int GL_CLIP_DISTANCE0
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE0_APPLE Define "GL_CLIP_DISTANCE0"...
Definition: GL2GL3.java:151
void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, long[] params, int params_offset)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
static final int GL_RGB16
GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16 Alias for: GL_RGB16_EXT Define "GL_RGB16" with...
Definition: GL2GL3.java:733
static final int GL_SAMPLER_1D
GL_VERSION_2_0, GL_ARB_shader_objects Alias for: GL_SAMPLER_1D_ARB Define "GL_SAMPLER_1D" with expre...
Definition: GL2GL3.java:142
void glVertexAttrib1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
static final int GL_IMAGE_PIXEL_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_PIXEL_FORMAT" with expression '0x82A9',...
Definition: GL2GL3.java:660
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB" with expression '0x919A',...
Definition: GL2GL3.java:76
static final int GL_COLOR_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F23',...
Definition: GL2GL3.java:728
void glVertexAttribL1dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
void glUniformui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
static final int GL_DISCRETE_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_DISCRETE_AMD" with expre...
Definition: GL2GL3.java:549
void glVertexAttrib4Nsv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
static final int GL_DEBUG_SEVERITY_MEDIUM_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_MEDIUM_AMD" with expression '0x9147',...
Definition: GL2GL3.java:255
void glTexCoordFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size,...
static final int GL_RG16_SNORM
GL_VERSION_3_1, GL_EXT_render_snorm Alias for: GL_RG16_SNORM_EXT Define "GL_RG16_SNORM" with express...
Definition: GL2GL3.java:782
static final int GL_MAX_VARYING_FLOATS
GL_VERSION_2_0, GL_ARB_vertex_shader Alias for: GL_MAX_VARYING_FLOATS_ARB Define "GL_MAX_VARYING_FLO...
Definition: GL2GL3.java:258
static final int GL_IMAGE_CLASS_1_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_16" with expression '0x82BE',...
Definition: GL2GL3.java:577
static final int GL_PACK_SWAP_BYTES
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_PACK_SWAP_BYTES" with expression '0x0D00',...
Definition: GL2GL3.java:698
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CON...
Definition: GL2GL3.java:643
static final int GL_POINT
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POINT_NV Define "GL_POINT" with exp...
Definition: GL2GL3.java:109
void glVertexAttrib4iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
static final int GL_SCALED_RESOLVE_FASTEST_EXT
GL_EXT_framebuffer_multisample_blit_scaled Define "GL_SCALED_RESOLVE_FASTEST_EXT" with expression '0x...
Definition: GL2GL3.java:389
static final int GL_DRAW_INDIRECT_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_DRAW_INDIRECT_UNIFIED_NV" with expression '0x8F40',...
Definition: GL2GL3.java:416
void glVertexAttribI2uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glPointParameteriv(int pname, IntBuffer params)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
static final int GL_VIRTUAL_PAGE_SIZE_INDEX_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_INDEX_ARB" with expression '0x91A7',...
Definition: GL2GL3.java:707
static final int GL_INTERNALFORMAT_ALPHA_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_ALPHA_SIZE" with expression '0...
Definition: GL2GL3.java:421
static final int GL_MANUAL_GENERATE_MIPMAP
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MANUAL_GENERATE_MIPMAP" with expression '0x82...
Definition: GL2GL3.java:398
static final int GL_SYNC_X11_FENCE_EXT
GL_EXT_x11_sync_object Define "GL_SYNC_X11_FENCE_EXT" with expression '0x90E1', CType: int
Definition: GL2GL3.java:531
static final int GL_VIEW_CLASS_32_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_32_BITS" with expression '0x82C8',...
Definition: GL2GL3.java:354
void glPointParameteriv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(GLuint program,...
void glDrawBuffer(int mode)
Entry point to C language function: void {@native glDrawBuffer}(GLenum mode) Part of GL_VERSION_1_...
static final int GL_DOUBLEBUFFER
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_DOUBLEBUFFER" with expression '0x0C32', CType: int
Definition: GL2GL3.java:297
void glGetQueryIndexediv(int target, int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glVertexAttrib4dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
void glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index,...
static final int GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV" with expression '0x8F2A'...
Definition: GL2GL3.java:93
static final int GL_POLYGON_SMOOTH
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH" with expression '0x0B41',...
Definition: GL2GL3.java:547
void glStencilOpValueAMD(int face, int value)
Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face,...
void glVertexAttribI1iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
void glTessellationModeAMD(int mode)
Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode) Part of GL_A...
void glGetnTexImage(int target, int level, int format, int type, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnTexImage}(GLenum target, GLint level,...
void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTexSubImage1D}(GLenum target,...
void glCopyTexSubImage1D(int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTexSubImage1D}(GLenum target,...
void glVertexAttrib4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
void glVertexAttrib2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
static final int GL_ELEMENT_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_ADDRESS_NV" with expression '0x8F29',...
Definition: GL2GL3.java:524
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_S...
Definition: GL2GL3.java:742
void glGetVertexAttribLdv(int index, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
static final int GL_NORMAL_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_NORMAL_ARRAY_ADDRESS_NV" with expression '0x8F22',...
Definition: GL2GL3.java:489
static final int GL_TEXTURE_COORD_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_TEXTURE_COORD_ARRAY_ADDRESS_NV" with expression '0x8F25...
Definition: GL2GL3.java:325
static final int GL_TEXTURE_SWIZZLE_RGBA
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_EXT_texture_swizzle Alias for: GL_TEXTURE_SWIZZLE_RGBA_EXT...
Definition: GL2GL3.java:174
void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level,...
static final int GL_TESSELLATION_MODE_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_TESSELLATION_MODE_AMD" w...
Definition: GL2GL3.java:350
static final int GL_PROXY_TEXTURE_2D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_PROXY_TEXTURE_2D_ARRAY_EXT Define "GL_PROXY_TEXTU...
Definition: GL2GL3.java:472
static final int GL_PACK_COMPRESSED_BLOCK_DEPTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_DEPTH" with ...
Definition: GL2GL3.java:654
void glVertexAttrib4Nuiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
void glGetBufferParameterui64vNV(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glVertexAttrib4Niv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
static final int GL_UNSIGNED_INT_8_8_8_8_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_INT_8_8_8_8_REV" with expression '0x8367', CType: int
Definition: GL2GL3.java:368
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS...
Definition: GL2GL3.java:239
static final int GL_INTERNALFORMAT_RED_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_RED_SIZE" with expression '0x8...
Definition: GL2GL3.java:262
static final int GL_POLYGON_OFFSET_POINT
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_OFFSET_POINT_NV Define "GL_...
Definition: GL2GL3.java:64
void glVertexAttribL4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttribL4d}(GLuint index,...
static final int GL_TEXTURE_IMAGE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_IMAGE_TYPE" with expression '0x8290',...
Definition: GL2GL3.java:412
static final int GL_NUM_VIRTUAL_PAGE_SIZES_ARB
GL_ARB_sparse_texture Define "GL_NUM_VIRTUAL_PAGE_SIZES_ARB" with expression '0x91A8',...
Definition: GL2GL3.java:537
void glProgramUniform2dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex Alias for: GL_QUADS_FOLLOW_PROVOKING...
Definition: GL2GL3.java:606
void glVertexAttrib4Nubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer,...
static final int GL_MAX_COMBINED_DIMENSIONS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_COMBINED_DIMENSIONS" with expression '0x8...
Definition: GL2GL3.java:451
void glProvokingVertex(int mode)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
void glGetCompressedTexImage(int target, int level, long img_buffer_offset)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
static final int GL_ELEMENT_ARRAY_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_ELEMENT_ARRAY_UNIFIED_NV" with expression '0x8F1F',...
Definition: GL2GL3.java:629
static final int GL_DEBUG_CATEGORY_OTHER_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_OTHER_AMD" with expression '0x9150',...
Definition: GL2GL3.java:637
static final int GL_FRAMEBUFFER_BLEND
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAMEBUFFER_BLEND" with expression '0x828B',...
Definition: GL2GL3.java:740
static final int GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV" with expression '0x8F1E...
Definition: GL2GL3.java:625
void glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level,...
static final int GL_POINT_SIZE_GRANULARITY
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POINT_SIZE_GRANULARITY" with expression '0x0B13',...
Definition: GL2GL3.java:186
void glVertexAttribI4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
void glVertexAttrib4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
static final int GL_UPPER_LEFT
GL_VERSION_2_0 Define "GL_UPPER_LEFT" with expression '0x8CA2', CType: int
Definition: GL2GL3.java:207
static final int GL_REPLACE_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_REPLACE_VALUE_AMD" with expression '0x874B',...
Definition: GL2GL3.java:779
void glProgramUniformui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
static final int GL_POLYGON_SMOOTH_HINT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POLYGON_SMOOTH_HINT" with expression '0x0C53',...
Definition: GL2GL3.java:106
void glProgramUniform3d(int program, int location, double v0, double v1, double v2)
Entry point to C language function: void {@native glProgramUniform3d}(GLuint program,...
void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
void glVertexAttrib3sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
static final int GL_FOG_COORD_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_FOG_COORD_ARRAY_ADDRESS_NV" with expression '0x8F28',...
Definition: GL2GL3.java:37
static final int GL_FACTOR_MAX_AMD
GL_AMD_blend_minmax_factor Define "GL_FACTOR_MAX_AMD" with expression '0x901D', CType: int
Definition: GL2GL3.java:410
static final int GL_IMAGE_COMPATIBILITY_CLASS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_COMPATIBILITY_CLASS" with expression '0...
Definition: GL2GL3.java:396
void glVertexAttribL2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttribL2d}(GLuint index,...
void glTextureImage2DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage2DMultisampleCoverageNV}(GLuint text...
void glInvalidateBufferData(int buffer)
Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer) Part of G...
static final int GL_PROXY_TEXTURE_CUBE_MAP_ARRAY
GL_VERSION_4_0, GL_ARB_texture_cube_map_array Alias for: GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB Define ...
Definition: GL2GL3.java:48
static final int GL_STEREO
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_STEREO" with expression '0x0C33', CType: int
Definition: GL2GL3.java:379
static final int GL_TESS_CONTROL_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TESS_CONTROL_TEXTURE" with expression '0x829C...
Definition: GL2GL3.java:102
static final int GL_DEBUG_CATEGORY_PERFORMANCE_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_PERFORMANCE_AMD" with expression '0x914D',...
Definition: GL2GL3.java:500
void glMakeNamedBufferNonResidentNV(int buffer)
Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) P...
void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(GLuint program,...
static final int GL_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_SAMPLER_BUFFER_AMD" with...
Definition: GL2GL3.java:273
void glTexImage2DMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTexImage2DMultisampleCoverageNV}(GLenum target,...
static final int GL_MAX_WIDTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_WIDTH" with expression '0x827E',...
Definition: GL2GL3.java:122
static final int GL_GEOMETRY_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GEOMETRY_TEXTURE" with expression '0x829E',...
Definition: GL2GL3.java:233
void glBeginQueryIndexed(int target, int index, int id)
Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target,...
static final int GL_TEXTURE_COMPRESSED_BLOCK_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_SIZE" with expressio...
Definition: GL2GL3.java:370
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB
GL_ARB_sparse_texture Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB" with expression '0x9199',...
Definition: GL2GL3.java:635
void glGetVertexAttribdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
static final int GL_MAX_HEIGHT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_HEIGHT" with expression '0x827F',...
Definition: GL2GL3.java:171
void glProgramUniform1d(int program, int location, double v0)
Entry point to C language function: void {@native glProgramUniform1d}(GLuint program,...
void glCopyTexImage1D(int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyTexImage1D}(GLenum target,...
static final int GL_UNSIGNED_INT_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT Define "GL_UNSIGNE...
Definition: GL2GL3.java:35
static final int GL_POLYGON_MODE
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_MODE_NV Define "GL_POLYGON_...
Definition: GL2GL3.java:495
static final int GL_UNSIGNED_BYTE_3_3_2
GL_VERSION_1_2, GL_EXT_packed_pixels Alias for: GL_UNSIGNED_BYTE_3_3_2_EXT Define "GL_UNSIGNED_BYTE_...
Definition: GL2GL3.java:344
void glProgramUniform1dv(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
static final int GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD" with expression '0x914C',...
Definition: GL2GL3.java:504
static final int GL_VIEW_CLASS_16_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_16_BITS" with expression '0x82CA',...
Definition: GL2GL3.java:724
void glSecondaryColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
void glVertexAttribI1iv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
static final int GL_RGB5
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB5_EXT Define "GL_RGB5" with expression '0x8050',...
Definition: GL2GL3.java:86
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVA...
Definition: GL2GL3.java:361
void glDebugMessageEnableAMD(int category, int severity, int count, int[] ids, int ids_offset, boolean enabled)
Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category,...
static final int GL_TEXTURE_GATHER_SHADOW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_GATHER_SHADOW" with expression '0x82A...
Definition: GL2GL3.java:474
void glProgramUniform3dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
static final int GL_UNPACK_COMPRESSED_BLOCK_HEIGHT
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_HEIGHT" wi...
Definition: GL2GL3.java:518
static final int GL_TEXTURE_SHADOW
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_SHADOW" with expression '0x82A1',...
Definition: GL2GL3.java:182
static final int GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD" with expression '0x914E',...
Definition: GL2GL3.java:481
static final int GL_VIEW_CLASS_8_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_8_BITS" with expression '0x82CB',...
Definition: GL2GL3.java:539
static final int GL_TEXTURE_BINDING_RECTANGLE
GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle Alias for: GL_TEXTURE_BINDING_RECTA...
Definition: GL2GL3.java:509
static final int GL_FILTER
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FILTER" with expression '0x829A',...
Definition: GL2GL3.java:321
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV
GL_VERSION_1_2, GL_EXT_read_format_bgra Alias for: GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT Define "GL_UNSI...
Definition: GL2GL3.java:465
static final int GL_COMPRESSED_SRGB
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_EXT Define "GL_COMPRESSED_SRGB" wi...
Definition: GL2GL3.java:612
static final int GL_SPARSE_STORAGE_BIT_ARB
GL_ARB_sparse_buffer Define "GL_SPARSE_STORAGE_BIT_ARB" with expression '0x0400', CType: int
Definition: GL2GL3.java:217
void glVertexAttrib2dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
static final int GL_SRGB_DECODE
GL_ARB_internalformat_query2 Alias for: GL_SRGB_DECODE_ARB Define "GL_SRGB_DECODE" with expression '...
Definition: GL2GL3.java:477
static final int GL_SCALED_RESOLVE_NICEST_EXT
GL_EXT_framebuffer_multisample_blit_scaled Define "GL_SCALED_RESOLVE_NICEST_EXT" with expression '0x9...
Definition: GL2GL3.java:757
static final int GL_VERTICES_SUBMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_VERTICES_SUBMITTED_ARB" with expression '0x82EE',...
Definition: GL2GL3.java:192
void glEndQueryIndexed(int target, int index)
Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target,...
void glSetMultisamplefvAMD(int pname, int index, float[] val, int val_offset)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
void glProgramUniform2d(int program, int location, double v0, double v1)
Entry point to C language function: void {@native glProgramUniform2d}(GLuint program,...
void glVertexFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type,...
static final int GL_RGB16_SNORM
GL_VERSION_3_1, GL_EXT_texture_norm16 Alias for: GL_RGB16_SNORM_EXT Define "GL_RGB16_SNORM" with exp...
Definition: GL2GL3.java:705
static final int GL_LOWER_LEFT
GL_VERSION_2_0 Define "GL_LOWER_LEFT" with expression '0x8CA1', CType: int
Definition: GL2GL3.java:275
void glProgramUniform2dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
static final int GL_PACK_SKIP_IMAGES
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PACK_SKIP_IMAGES_EXT Define "GL_PACK_SKIP_IMAGES" wit...
Definition: GL2GL3.java:220
void glVertexAttrib2sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
static final int GL_DEBUG_SEVERITY_HIGH_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_HIGH_AMD" with expression '0x9146', CType: int
Definition: GL2GL3.java:664
static final int GL_IMAGE_CLASS_4_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_16" with expression '0x82BC',...
Definition: GL2GL3.java:586
static final int GL_PROXY_TEXTURE_2D
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_PROXY_TEXTURE_2D_EXT Define "GL_PROXY_TEXTURE_2D" with ...
Definition: GL2GL3.java:582
void glVertexAttribL3dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
void glVertexAttribI4bv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
static final int GL_READ_PIXELS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS" with expression '0x828C',...
Definition: GL2GL3.java:104
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_UNSIGNED_INT_SAMPLER_BUF...
Definition: GL2GL3.java:304
void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(GLuint program,...
void glPolygonMode(int face, int mode)
Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode) Part of...
void glVertexAttribI4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
static final int GL_COLOR_ENCODING
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_ENCODING" with expression '0x8296',...
Definition: GL2GL3.java:313
void glDebugMessageInsertAMD(int category, int severity, int id, int length, String buf)
Entry point to C language function: void {@native glDebugMessageInsertAMD}(GLenum category,...
static final int GL_VIEW_CLASS_96_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_96_BITS" with expression '0x82C5',...
Definition: GL2GL3.java:656
static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED
GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2 Alias for: GL_TRANSFORM_FEEDBAC...
Definition: GL2GL3.java:683
static final int GL_TEXTURE_LOD_BIAS
GL_VERSION_1_4, GL_EXT_texture_lod_bias Alias for: GL_TEXTURE_LOD_BIAS_EXT Define "GL_TEXTURE_LOD_BI...
Definition: GL2GL3.java:131
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
void glDisableClientState(int cap)
Entry point to C language function: void {@native glDisableClientState}(GLenum cap) Part of GL_NV_...
void glVertexAttribI2uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB
GL_ARB_sparse_buffer Define "GL_SPARSE_BUFFER_PAGE_SIZE_ARB" with expression '0x82F8',...
Definition: GL2GL3.java:596
static final int GL_INTERNALFORMAT_DEPTH_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_DEPTH_SIZE" with expression '0...
Definition: GL2GL3.java:676
void glVertexAttrib4Nbv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glNormalFormatNV(int type, int stride)
Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride) P...
void glGetUniformui64vNV(int program, int location, long[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
static final int GL_FOG_COORD_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_FOG_COORD_ARRAY_LENGTH_NV" with expression '0x8F32',...
Definition: GL2GL3.java:423
static final int GL_CLIP_DISTANCE1
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE1_APPLE Define "GL_CLIP_DISTANCE1"...
Definition: GL2GL3.java:148
static final int GL_VERTEX_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_VERTEX_ARRAY_LENGTH_NV" with expression '0x8F2B',...
Definition: GL2GL3.java:641
static final int GL_MAX_SHADER_BUFFER_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_MAX_SHADER_BUFFER_ADDRESS_NV" with expression '0x8F35',...
Definition: GL2GL3.java:457
static final int GL_UNPACK_COMPRESSED_BLOCK_DEPTH
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_UNPACK_COMPRESSED_BLOCK_DEPTH" wit...
Definition: GL2GL3.java:199
void glVertexAttrib4Nubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
static final int GL_IMAGE_CLASS_2_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_8" with expression '0x82C0',...
Definition: GL2GL3.java:425
static final int GL_SUBSAMPLE_DISTANCE_AMD
GL_AMD_sample_positions Define "GL_SUBSAMPLE_DISTANCE_AMD" with expression '0x883F',...
Definition: GL2GL3.java:139
static final int GL_COLOR_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_COMPONENTS" with expression '0x8283',...
Definition: GL2GL3.java:433
static final int GL_POINT_SIZE_RANGE
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_POINT_SIZE_RANGE" with expression '0x0B12',...
Definition: GL2GL3.java:627
void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dv}(GLuint program,...
static final int GL_CLAMP_READ_COLOR
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_CLAMP_READ_COLOR_ARB Define "GL_CLAMP_READ_C...
Definition: GL2GL3.java:357
void glUniformui64NV(int location, long value)
Entry point to C language function: void {@native glUniformui64NV}(GLint location,...
void glVertexAttribIFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index,...
void glTexPageCommitmentARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
Entry point to C language function: void {@native glTexPageCommitmentARB}(GLenum target,...
static final int GL_DEBUG_CATEGORY_APPLICATION_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_APPLICATION_AMD" with expression '0x914F',...
Definition: GL2GL3.java:359
void glMultiDrawArrays(int mode, IntBuffer first, IntBuffer count, int drawcount)
Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode,...
static final int GL_INT_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_EXT_gpu_shader4 Alias for: GL_INT_SAMPLER_2D_RECT_EXT Define "GL_INT_SAMPLER_2D_R...
Definition: GL2GL3.java:269
static final int GL_IMAGE_CLASS_1_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_32" with expression '0x82BB',...
Definition: GL2GL3.java:575
void glPointSize(float size)
Entry point to C language function: void {@native glPointSize}(GLfloat size) Part of GL_VERSION_ES...
void glVertexAttrib4usv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
static final int GL_IMAGE_CLASS_4_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_8" with expression '0x82BF',...
Definition: GL2GL3.java:770
static final int GL_MAX_CLIP_DISTANCES
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_MAX_CLIP_DISTANCES_APPLE Define "GL_MAX_CLIP_DI...
Definition: GL2GL3.java:527
void glVertexAttrib1sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glVertexAttribI4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
static final int GL_INDEX_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_INDEX_ARRAY_LENGTH_NV" with expression '0x8F2E',...
Definition: GL2GL3.java:387
static final int GL_SRGB_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SRGB_WRITE" with expression '0x8298',...
Definition: GL2GL3.java:287
void glVertexAttribI3uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
static final int GL_PROXY_TEXTURE_1D_ARRAY
GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_PROXY_TEXTURE_1D_ARRAY_EXT Define "GL_PROXY_TEXTU...
Definition: GL2GL3.java:565
static final int GL_VIEW_CLASS_BPTC_FLOAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_BPTC_FLOAT" with expression '0x82D...
Definition: GL2GL3.java:709
void glDrawTransformFeedback(int mode, int id)
Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode,...
void glDrawTransformFeedbackStream(int mode, int id, int stream)
Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode,...
static final int GL_VIEW_CLASS_RGTC2_RG
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_RGTC2_RG" with expression '0x82D1'...
Definition: GL2GL3.java:391
static final int GL_PACK_COMPRESSED_BLOCK_HEIGHT
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_HEIGHT" with...
Definition: GL2GL3.java:264
static final int GL_DEPTH_CLAMP_NEAR_AMD
GL_AMD_depth_clamp_separate Define "GL_DEPTH_CLAMP_NEAR_AMD" with expression '0x901E',...
Definition: GL2GL3.java:291
static final int GL_COMPRESSED_SIGNED_RG_RGTC2
GL_ARB_texture_compression_rgtc, GL_VERSION_3_0 Define "GL_COMPRESSED_SIGNED_RG_RGTC2" with expressio...
Definition: GL2GL3.java:618
void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
static final int GL_RG16
GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16 Alias for: GL_RG16_EXT Define "GL_RG16" wit...
Definition: GL2GL3.java:722
static final int GL_DEBUG_LOGGED_MESSAGES_AMD
GL_AMD_debug_output Define "GL_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9145',...
Definition: GL2GL3.java:260
static final int GL_VERTEX_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_VERTEX_SHADER_INVOCATIONS_ARB" with expression '0x82F0',...
Definition: GL2GL3.java:111
static final int GL_COMPRESSED_RED
GL_VERSION_3_0 Define "GL_COMPRESSED_RED" with expression '0x8225', CType: int
Definition: GL2GL3.java:614
static final int GL_INT_SAMPLER_BUFFER_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_INT_SAMPLER_BUFFER_AMD" ...
Definition: GL2GL3.java:383
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE" with ...
Definition: GL2GL3.java:670
void glGetTexImage(int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level,...
void glPointParameterfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glVertexAttribI1uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
static final int GL_SAMPLER_1D_SHADOW
GL_VERSION_2_0, GL_ARB_shader_objects Alias for: GL_SAMPLER_1D_SHADOW_ARB Define "GL_SAMPLER_1D_SHAD...
Definition: GL2GL3.java:498
static final int GL_FULL_SUPPORT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FULL_SUPPORT" with expression '0x82B7',...
Definition: GL2GL3.java:506
static final int GL_DEBUG_CATEGORY_API_ERROR_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_API_ERROR_AMD" with expression '0x9149',...
Definition: GL2GL3.java:98
static final int GL_CLIP_DISTANCE7
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE7_APPLE Define "GL_CLIP_DISTANCE7"...
Definition: GL2GL3.java:166
void glGetActiveUniformName(int program, int uniformIndex, int bufSize, int[] length, int length_offset, byte[] uniformName, int uniformName_offset)
Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program,...
static final int GL_INTERNALFORMAT_BLUE_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_BLUE_TYPE" with expression '0x...
Definition: GL2GL3.java:285
void glVertexAttrib4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4d}(GLuint index,...
static final int GL_DEPTH_CLAMP_FAR_AMD
GL_AMD_depth_clamp_separate Define "GL_DEPTH_CLAMP_FAR_AMD" with expression '0x901F',...
Definition: GL2GL3.java:209
void glVertexAttrib4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
void glVertexAttrib1d(int index, double x)
Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index,...
void glPointParameterf(int pname, float param)
Entry point to C language function: void {@native glPointParameterf}(GLenum pname,...
void glProgramUniform1dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
void glPointParameterfv(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glDebugMessageEnableAMD(int category, int severity, int count, IntBuffer ids, boolean enabled)
Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE
GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2 Alias for: GL_TRANSFORM_FEEDBAC...
Definition: GL2GL3.java:447
void glVertexAttribI1i(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index,...
static final int GL_CLIP_DISTANCE5
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE5_APPLE Define "GL_CLIP_DISTANCE5"...
Definition: GL2GL3.java:160
static final int GL_CLIP_DISTANCE6
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE6_APPLE Define "GL_CLIP_DISTANCE6"...
Definition: GL2GL3.java:169
static final int GL_VIEW_CLASS_24_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_24_BITS" with expression '0x82C9',...
Definition: GL2GL3.java:128
static final int GL_TEXTURE_COMPRESSED_BLOCK_WIDTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_WIDTH" with expressi...
Definition: GL2GL3.java:772
static final int GL_LINE_WIDTH_GRANULARITY
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_LINE_WIDTH_GRANULARITY" with expression '0x0B23',...
Definition: GL2GL3.java:717
void glVertexAttribI4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...
static final int GL_IMAGE_CLASS_2_X_16
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_16" with expression '0x82BD',...
Definition: GL2GL3.java:329
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST" with e...
Definition: GL2GL3.java:786
static final int GL_SAMPLER_1D_ARRAY_SHADOW
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_SAMPLER_1D_ARRAY_SHADOW_EXT Define "GL_SAMPLER_1D_A...
Definition: GL2GL3.java:69
static final int GL_POLYGON_OFFSET_LINE
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_POLYGON_OFFSET_LINE_NV Define "GL_P...
Definition: GL2GL3.java:118
void glVertexAttrib4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
static final int GL_IMAGE_CLASS_4_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_4_X_32" with expression '0x82B9',...
Definition: GL2GL3.java:616
static final int GL_NORMAL_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_NORMAL_ARRAY_LENGTH_NV" with expression '0x8F2C',...
Definition: GL2GL3.java:113
static final int GL_VIRTUAL_PAGE_SIZE_Y_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Y_ARB" with expression '0x9196',...
Definition: GL2GL3.java:39
void glVertexAttribL2dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glGetVertexAttribLdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glGetIntegerui64vNV(int value, long[] result, int result_offset)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
static final int GL_TEXTURE_COLOR_SAMPLES_NV
GL_NV_texture_multisample Define "GL_TEXTURE_COLOR_SAMPLES_NV" with expression '0x9046',...
Definition: GL2GL3.java:700
int glGetDebugMessageLogAMD(int count, int bufsize, int[] categories, int categories_offset, int[] severities, int severities_offset, int[] ids, int ids_offset, int[] lengths, int lengths_offset, byte[] message, int message_offset)
Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count,...
static final int GL_INTERNALFORMAT_SUPPORTED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_SUPPORTED" with expression '0x...
Definition: GL2GL3.java:598
void glGetnCompressedTexImage(int target, int lod, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnCompressedTexImage}(GLenum target,...
static final int GL_SET_AMD
GL_AMD_stencil_operation_extended Define "GL_SET_AMD" with expression '0x874A', CType: int
Definition: GL2GL3.java:137
void glGetBufferParameterui64vNV(int target, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glVertexAttrib4uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
void glVertexAttrib4Nusv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
void glGetIntegerui64vNV(int value, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
void glVertexAttrib4ubv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
int glGetDebugMessageLogAMD(int count, int bufsize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message)
Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count,...
void glVertexAttribI1ui(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
void glVertexAttribL3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
static final int GL_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_DECODE_EXT" with expression '0x8A49', CType: int
Definition: GL2GL3.java:513
static final int GL_INDEX_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_INDEX_ARRAY_ADDRESS_NV" with expression '0x8F24',...
Definition: GL2GL3.java:658
static final int GL_BLUE_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BLUE_INTEGER_EXT Define "GL_BLUE_INTEGER" with ...
Definition: GL2GL3.java:229
void glGetnUniformdv(int program, int location, int bufSize, double[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER
GL_ARB_uniform_buffer_object, GL_VERSION_3_1 Define "GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER" ...
Definition: GL2GL3.java:323
void glGetUniformui64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
void glGetVertexAttribdv(int index, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
static final int GL_PROXY_TEXTURE_CUBE_MAP
GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map Alias for: GL_PROXY_TEXTURE_CUBE_MAP...
Definition: GL2GL3.java:690
void glTextureImage3DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage3DMultisampleNV}(GLuint texture,...
static final int GL_INTERNALFORMAT_SHARED_SIZE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_SHARED_SIZE" with expression '...
Definition: GL2GL3.java:231
static final int GL_DRAW_BUFFER
GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_multiview_draw_buffers Alias for: GL_DRAW_BUFFER_EXT Define "...
Definition: GL2GL3.java:223
static final int GL_IMAGE_CLASS_1_X_8
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_1_X_8" with expression '0x82C1',...
Definition: GL2GL3.java:235
void glVertexAttribL3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttribL3d}(GLuint index,...
static final int GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT" with express...
Definition: GL2GL3.java:188
void glUniformui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
static final int GL_NUM_SPARSE_LEVELS_ARB
GL_ARB_sparse_texture Define "GL_NUM_SPARSE_LEVELS_ARB" with expression '0x91AA', CType: int
Definition: GL2GL3.java:533
static final int GL_FRAGMENT_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_FRAGMENT_TEXTURE" with expression '0x829F',...
Definition: GL2GL3.java:764
void glTextureImage2DMultisampleNV(int texture, int target, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage2DMultisampleNV}(GLuint texture,...
void glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
static final int GL_INTERNALFORMAT_DEPTH_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_DEPTH_TYPE" with expression '0...
Definition: GL2GL3.java:348
static final int GL_SHADER_IMAGE_LOAD
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_LOAD" with expression '0x82A4',...
Definition: GL2GL3.java:735
static final int GL_PACK_COMPRESSED_BLOCK_SIZE
GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage Define "GL_PACK_COMPRESSED_BLOCK_SIZE" with e...
Definition: GL2GL3.java:633
static final int GL_BGR_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_BGR_INTEGER_EXT Define "GL_BGR_INTEGER" with ex...
Definition: GL2GL3.java:436
static final int GL_COMPUTE_TEXTURE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COMPUTE_TEXTURE" with expression '0x82A0',...
Definition: GL2GL3.java:522
static final int GL_VIEW_COMPATIBILITY_CLASS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_COMPATIBILITY_CLASS" with expression '0x...
Definition: GL2GL3.java:327
void glPrimitiveRestartIndex(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index) Part of G...
static final int GL_BACK_RIGHT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_BACK_RIGHT" with expression '0x0403', CType: int
Definition: GL2GL3.java:674
void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
void glVertexAttrib4sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, long data_buffer_offset)
Entry point to C language function: void {@native glCompressedTexSubImage1D}(GLenum target,...
static final int GL_COMPUTE_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_COMPUTE_SHADER_INVOCATIONS_ARB" with expression '0x82F5',...
Definition: GL2GL3.java:115
void glInvalidateBufferSubData(int buffer, long offset, long length)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
static final int GL_FACTOR_MIN_AMD
GL_AMD_blend_minmax_factor Define "GL_FACTOR_MIN_AMD" with expression '0x901C', CType: int
Definition: GL2GL3.java:584
static final int GL_IMAGE_PIXEL_TYPE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_PIXEL_TYPE" with expression '0x82AA',...
Definition: GL2GL3.java:277
static final int GL_MAX_DEPTH
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_DEPTH" with expression '0x8280',...
Definition: GL2GL3.java:408
void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTexSubImage1D}(GLenum target,...
static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY
GL_VERSION_1_2 Define "GL_SMOOTH_LINE_WIDTH_GRANULARITY" with expression '0x0B23',...
Definition: GL2GL3.java:711
void glVertexAttribI3uiv(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
static final int GL_RGBA2
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGBA2_EXT Define "GL_RGBA2" with expression '0x8055',...
Definition: GL2GL3.java:516
static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_INCOMP...
Definition: GL2GL3.java:251
void glVertexAttrib4Nbv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB
GL_ARB_transform_feedback_overflow_query Define "GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB" with expr...
Definition: GL2GL3.java:479
void glVertexAttrib2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index,...
static final int GL_COMPRESSED_RGB
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_RGB_ARB Define "GL_COMPRESSED_RG...
Definition: GL2GL3.java:589
static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB Define "G...
Definition: GL2GL3.java:609
static final int GL_MAX_DEBUG_LOGGED_MESSAGES_AMD
GL_AMD_debug_output Define "GL_MAX_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9144',...
Definition: GL2GL3.java:253
static final int GL_CLIP_DISTANCE3
GL_VERSION_3_0, GL_APPLE_clip_distance Alias for: GL_CLIP_DISTANCE3_APPLE Define "GL_CLIP_DISTANCE3"...
Definition: GL2GL3.java:154
void glGetTexImage(int target, int level, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level,...
static final int GL_BUFFER_GPU_ADDRESS_NV
GL_NV_shader_buffer_load Define "GL_BUFFER_GPU_ADDRESS_NV" with expression '0x8F1D',...
Definition: GL2GL3.java:403
static final int GL_TEXTURE_RECTANGLE
GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle Alias for: GL_TEXTURE_RECTANGLE_ARB...
Definition: GL2GL3.java:96
void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(GLuint program,...
void glVertexAttribI2i(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index,...
void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3dv}(GLuint program,...
static final int GL_READ_PIXELS_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_READ_PIXELS_FORMAT" with expression '0x828D',...
Definition: GL2GL3.java:795
static final int GL_DEBUG_SEVERITY_LOW_AMD
GL_AMD_debug_output Define "GL_DEBUG_SEVERITY_LOW_AMD" with expression '0x9148', CType: int
Definition: GL2GL3.java:100
void glVertexAttrib1sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glBufferAddressRangeNV(int pname, int index, long address, long length)
Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname,...
static final int GL_R3_G3_B2
GL_VERSION_1_1 Define "GL_R3_G3_B2" with expression '0x2A10', CType: int
Definition: GL2GL3.java:205
static final int GL_TESSELLATION_FACTOR_AMD
GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator Define "GL_TESSELLATION_FACTOR_AMD"...
Definition: GL2GL3.java:545
static final int GL_RGB4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGB4_EXT Define "GL_RGB4" with expression '0x804F',...
Definition: GL2GL3.java:89
void glGetCompressedTexImage(int target, int level, Buffer img)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
static final int GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
GL_AMD_pinned_memory Define "GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD" with expression '0x9160',...
Definition: GL2GL3.java:744
static final int GL_COMPRESSED_RGBA
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_RGBA_ARB Define "GL_COMPRESSED_R...
Definition: GL2GL3.java:570
static final int GL_COLOR_RENDERABLE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_COLOR_RENDERABLE" with expression '0x8286',...
Definition: GL2GL3.java:487
static final int GL_FRAGMENT_SHADER_INVOCATIONS_ARB
GL_ARB_pipeline_statistics_query Define "GL_FRAGMENT_SHADER_INVOCATIONS_ARB" with expression '0x82F4'...
Definition: GL2GL3.java:352
void glVertexAttrib1dv(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
void glGetNamedBufferParameterui64vNV(int buffer, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
void glMakeNamedBufferResidentNV(int buffer, int access)
Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer,...
static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_INCOMP...
Definition: GL2GL3.java:439
void glVertexAttrib3sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT1_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT1_RGBA" with expression '0...
Definition: GL2GL3.java:363
static final int GL_PROXY_TEXTURE_RECTANGLE
GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle Alias for: GL_PROXY_TEXTURE_RECTANG...
Definition: GL2GL3.java:406
static final int GL_SHADER_IMAGE_STORE
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_SHADER_IMAGE_STORE" with expression '0x82A5',...
Definition: GL2GL3.java:302
static final int GL_GET_TEXTURE_IMAGE_FORMAT
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_GET_TEXTURE_IMAGE_FORMAT" with expression '0x...
Definition: GL2GL3.java:431
static final int GL_MAX_LAYERS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_MAX_LAYERS" with expression '0x8281',...
Definition: GL2GL3.java:441
static final int GL_GREEN_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_GREEN_INTEGER_EXT Define "GL_GREEN_INTEGER" wit...
Definition: GL2GL3.java:45
void glVertexAttribI1uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
static final int GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD
GL_AMD_debug_output Define "GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD" with expression '0x914A',...
Definition: GL2GL3.java:246
static final int GL_INTERNALFORMAT_PREFERRED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_INTERNALFORMAT_PREFERRED" with expression '0x...
Definition: GL2GL3.java:678
void glVertexAttribI3i(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index,...
void glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, Buffer data)
Entry point to C language function: void {@native glCompressedTexImage1D}(GLenum target,...
static final int GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
GL_ARB_pipeline_statistics_query Define "GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB" with expression '...
Definition: GL2GL3.java:462
void glVertexAttribI2iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
void glVertexAttrib4bv(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
static final int GL_IMAGE_CLASS_11_11_10
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_11_11_10" with expression '0x82C2...
Definition: GL2GL3.java:346
static final int GL_PROXY_TEXTURE_3D
GL_VERSION_1_2, GL_EXT_texture3D Alias for: GL_PROXY_TEXTURE_3D_EXT Define "GL_PROXY_TEXTURE_3D" wit...
Definition: GL2GL3.java:594
static final int GL_PACK_LSB_FIRST
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_PACK_LSB_FIRST" with expression '0x0D01',...
Definition: GL2GL3.java:541
static final int GL_UNSIGNED_BYTE_2_3_3_REV
GL_VERSION_1_2 Define "GL_UNSIGNED_BYTE_2_3_3_REV" with expression '0x8362', CType: int
Definition: GL2GL3.java:662
void glVertexAttribI2ui(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index,...
static final int GL_VIEW_CLASS_S3TC_DXT5_RGBA
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT5_RGBA" with expression '0...
Definition: GL2GL3.java:535
void glVertexAttribI4usv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
static final int GL_MAX_RECTANGLE_TEXTURE_SIZE
GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle Alias for: GL_MAX_RECTANGLE_TEXTURE...
Definition: GL2GL3.java:373
static final int GL_IMAGE_CLASS_2_X_32
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_IMAGE_CLASS_2_X_32" with expression '0x82BA',...
Definition: GL2GL3.java:336
static final int GL_VIEW_CLASS_S3TC_DXT1_RGB
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_S3TC_DXT1_RGB" with expression '0x...
Definition: GL2GL3.java:53
static final int GL_VIEW_CLASS_RGTC1_RED
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_RGTC1_RED" with expression '0x82D0...
Definition: GL2GL3.java:74
void glGetDoublev(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
static final int GL_UNSIGNED_INT_SAMPLER_1D
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_UNSIGNED_INT_SAMPLER_1D_EXT Define "GL_UNSIGNED_INT...
Definition: GL2GL3.java:212
static final int GL_LINE
GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode Alias for: GL_LINE_NV Define "GL_LINE" with expre...
Definition: GL2GL3.java:394
static final int GL_SAMPLER_2D_RECT
GL_VERSION_3_1, GL_ARB_shader_objects Alias for: GL_SAMPLER_2D_RECT_ARB Define "GL_SAMPLER_2D_RECT" ...
Definition: GL2GL3.java:621
void glVertexAttrib4uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
GL_ARB_transform_feedback3, GL_VERSION_4_0 Define "GL_MAX_TRANSFORM_FEEDBACK_BUFFERS" with expression...
Definition: GL2GL3.java:377
void glPointParameteri(int pname, int param)
Entry point to C language function: void {@native glPointParameteri}(GLenum pname,...
static final int GL_EDGE_FLAG_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_EDGE_FLAG_ARRAY_LENGTH_NV" with expression '0x8F30',...
Definition: GL2GL3.java:713
static final int GL_VIEW_CLASS_128_BITS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_VIEW_CLASS_128_BITS" with expression '0x82C4'...
Definition: GL2GL3.java:511
static final int GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE" with expres...
Definition: GL2GL3.java:190
void glVertexAttribL2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
static final int GL_VIRTUAL_PAGE_SIZE_X_ARB
GL_ARB_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_X_ARB" with expression '0x9195',...
Definition: GL2GL3.java:289
void glMultiDrawElementsIndirectAMD(int mode, int type, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectAMD}(GLenum mode,...
static final int GL_TEXTURE_COMPRESSION_HINT
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_TEXTURE_COMPRESSION_HINT_ARB Define "GL_TEX...
Definition: GL2GL3.java:72
static final int GL_TEXTURE_CUBE_MAP_SEAMLESS
GL_ARB_seamless_cube_map, GL_VERSION_3_2 Define "GL_TEXTURE_CUBE_MAP_SEAMLESS" with expression '0x884...
Definition: GL2GL3.java:631
static final int GL_MIN_MAP_BUFFER_ALIGNMENT
GL_VERSION_4_2, GL_ARB_map_buffer_alignment Define "GL_MIN_MAP_BUFFER_ALIGNMENT" with expression '0x9...
Definition: GL2GL3.java:567
void glFogCoordFormatNV(int type, int stride)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
static final int GL_SAMPLER_1D_ARRAY
GL_VERSION_3_0, GL_EXT_gpu_shader4 Alias for: GL_SAMPLER_1D_ARRAY_EXT Define "GL_SAMPLER_1D_ARRAY" w...
Definition: GL2GL3.java:307
static final int GL_COLOR_ARRAY_LENGTH_NV
GL_NV_vertex_buffer_unified_memory Define "GL_COLOR_ARRAY_LENGTH_NV" with expression '0x8F2D',...
Definition: GL2GL3.java:666
static final int GL_VERTEX_PROGRAM_POINT_SIZE
GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program Alias for: GL_VERTEX_PROGRAM_POINT_SIZE_A...
Definition: GL2GL3.java:460
long glImportSyncEXT(int external_sync_type, long external_sync, int flags)
Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type,...
void glVertexAttribI3ui(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index,...
static final int GL_STENCIL_OP_VALUE_AMD
GL_AMD_stencil_operation_extended Define "GL_STENCIL_OP_VALUE_AMD" with expression '0x874C',...
Definition: GL2GL3.java:467
static final int GL_RGBA12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_RGBA12_EXT Define "GL_RGBA12" with expression '0x805A',...
Definition: GL2GL3.java:762
static final int GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F...
Definition: GL2GL3.java:579
static final int GL_STENCIL_COMPONENTS
GL_ARB_internalformat_query2, GL_VERSION_4_3 Define "GL_STENCIL_COMPONENTS" with expression '0x8285',...
Definition: GL2GL3.java:483
static final int GL_RIGHT
GL_VERSION_1_1, GL_VERSION_1_0 Define "GL_RIGHT" with expression '0x0407', CType: int
Definition: GL2GL3.java:715
static final int GL_TEXTURE_COVERAGE_SAMPLES_NV
GL_NV_texture_multisample Define "GL_TEXTURE_COVERAGE_SAMPLES_NV" with expression '0x9045',...
Definition: GL2GL3.java:755
void glTextureImage3DMultisampleCoverageNV(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
Entry point to C language function: void {@native glTextureImage3DMultisampleCoverageNV}(GLuint text...
static final int GL_EDGE_FLAG_ARRAY_ADDRESS_NV
GL_NV_vertex_buffer_unified_memory Define "GL_EDGE_FLAG_ARRAY_ADDRESS_NV" with expression '0x8F26',...
Definition: GL2GL3.java:32
static final int GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX
GL_ARB_shader_atomic_counters, GL_VERSION_4_2 Define "GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX" with ex...
Definition: GL2GL3.java:650
void glVertexAttribI4sv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...