opengl.gl: cleanup formatting.

db4
John Benediktsson 2012-10-23 17:13:06 -07:00
parent 633e4531a2
commit 954e5ff5bb
1 changed files with 6 additions and 9 deletions

View File

@ -2237,12 +2237,9 @@ CONSTANT: GL_LAST_VERTEX_CONVENTION 0x8E4E
CONSTANT: GL_PROVOKING_VERTEX 0x8E4F
CONSTANT: GL_TEXTURE_CUBE_MAP_SEAMLESS 0x884F
GL-FUNCTION: void glFramebufferTexture { glFramebufferTextureARB glFramebufferTextureEXT }
( GLenum target, GLenum attachment, GLuint texture, GLint level ) ;
GL-FUNCTION: void glGetBufferParameteri64v { }
( GLenum target, GLenum pname, GLint64* params ) ;
GL-FUNCTION: void glGetInteger64i_v { }
( GLenum target, GLuint index, GLint64* data ) ;
GL-FUNCTION: void glFramebufferTexture { glFramebufferTextureARB glFramebufferTextureEXT } ( GLenum target, GLenum attachment, GLuint texture, GLint level ) ;
GL-FUNCTION: void glGetBufferParameteri64v { } ( GLenum target, GLenum pname, GLint64* params ) ;
GL-FUNCTION: void glGetInteger64i_v { } ( GLenum target, GLuint index, GLint64* data ) ;
GL-FUNCTION: void glProvokingVertex { } ( GLenum mode ) ;
GL-FUNCTION: GLsync glFenceSync { } ( GLenum condition, GLbitfield flags ) ;