Added GL_LAYER_NV

This commit is contained in:
Ioannis Tsakpinis 2008-04-22 17:56:41 +00:00
parent 4e432b9e3e
commit 5b306a6a78
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public interface NV_transform_feedback {
int GL_VERTEX_ID_NV = 0x8C7B;
int GL_PRIMITIVE_ID_NV = 0x8C7C;
int GL_GENERIC_ATTRIB_NV = 0x8C7D;
int GL_LAYER_NV = 0x8DAA;
void glBindBufferRangeNV(@GLenum int target, @GLuint int index, @GLuint int buffer, @GLintptr long offset, @GLsizeiptr long size);