Added missing GL_ prefixes

This commit is contained in:
Ioannis Tsakpinis 2005-06-07 09:27:10 +00:00
parent ab279e63f8
commit a7f0d596b3

View file

@ -64,15 +64,15 @@ public interface EXT_framebuffer_object {
/**
* Accepted by the <pname> parameter of GetRenderbufferParameterivEXT:
*/
int RENDERBUFFER_WIDTH_EXT = 0x8D42;
int RENDERBUFFER_HEIGHT_EXT =0x8D43;
int RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44;
int RENDERBUFFER_RED_SIZE_EXT = 0x8D50;
int RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51;
int RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52;
int RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53;
int RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54;
int RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55;
int GL_RENDERBUFFER_WIDTH_EXT = 0x8D42;
int GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43;
int GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44;
int GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50;
int GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51;
int GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52;
int GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53;
int GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54;
int GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55;
/**
* Accepted by the <pname> parameter of