Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_VERSION_4_5 « gl « core « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ecda61fadd62da4a342770e07d5e5875f09ebf6 (plain)
1
2
3
4
5
6
7
8
9
GL_VERSION_4_5
https://www.opengl.org/registry/doc/glspec45.compatibility.pdf


    GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT 0x00000004
    GLenum glGetGraphicsResetStatus (void)
    void glGetnTexImage (GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels)
    void glGetnCompressedTexImage (GLenum target, GLint lod, GLsizei bufSize, GLvoid *pixels)
    void glGetnUniformdv (GLuint program, GLint location, GLsizei bufSize, GLdouble *params)