opengl.gl: cleanup formatting.
parent
633e4531a2
commit
954e5ff5bb
|
@ -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 ) ;
|
||||
|
|
Loading…
Reference in New Issue