1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-19 21:25:11 +00:00
QB64-PE/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_OES_single_precision

9 lines
498 B
Text

GL_OES_single_precision
http://www.opengl.org/registry/specs/gl/OES/OES_single_precision.txt
GL_OES_single_precision
void glClearDepthfOES (GLclampd depth)
void glClipPlanefOES (GLenum plane, const GLfloat* equation)
void glDepthRangefOES (GLclampf n, GLclampf f)
void glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
void glGetClipPlanefOES (GLenum plane, GLfloat* equation)
void glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)