blob: 4d1d0e04809462e67323b4db871585506eb0e843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/** Missed in the GL_EXT_gpu_shader4 promotion to 3.0 core */
public static final int GL_SAMPLER_BUFFER_EXT = 0x8DC2;
/** Missed in the GL_EXT_gpu_shader4 promotion to 3.0 core */
public static final int GL_INT_SAMPLER_2D_RECT_EXT = 0x8DCD;
/** Missed in the GL_EXT_gpu_shader4 promotion to 3.0 core */
public static final int GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT = 0x8DD5;
/** Missed in the GL_EXT_gpu_shader4 promotion to 3.0 core */
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8;
/** Missed in the GL_EXT_gpu_shader4 promotion to 3.0 core */
public static final int GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT = 0x88FD;
/** Missed in the GL_EXT_packed_float promotion to 3.0 core */
public static final int GL_RGBA_SIGNED_COMPONENTS_EXT = 0x8C3C;
/** Missed in the GL_EXT_framebuffer_sRGB promotion to 3.0 core */
public static final int GL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x8DBA;
|