Added missing "gl" prefix.

This commit is contained in:
Ioannis Tsakpinis 2014-11-03 17:25:46 +02:00
parent 751e1023f7
commit 132cecf861
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ public interface ARB_direct_state_access {
@GLenum
@Reuse("GL45")
int CheckNamedFramebufferStatus(@GLuint int framebuffer, @GLenum int target);
int glCheckNamedFramebufferStatus(@GLuint int framebuffer, @GLenum int target);
@StripPostfix("params")
@Reuse("GL45")

View File

@ -272,7 +272,7 @@ public interface GL45 {
@GLbitfield int mask, @GLenum int filter);
@GLenum
int CheckNamedFramebufferStatus(@GLuint int framebuffer, @GLenum int target);
int glCheckNamedFramebufferStatus(@GLuint int framebuffer, @GLenum int target);
@StripPostfix("params")
void glGetNamedFramebufferParameteriv(@GLuint int framebuffer, @GLenum int pname, @OutParameter @Check("1") IntBuffer params);