GraphicsUtil.h (pymol-open-source-2.2.0) | : | GraphicsUtil.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
#pragma once | #pragma once | |||
#include "os_gl.h" | #include "os_gl.h" | |||
// Generic Error Handing | // Generic Error Handing | |||
bool glCheckOkay(); | bool glCheckOkay(); | |||
void GLAPIENTRY gl_debug_proc(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLc har *, const void *); | void GLAPIENTRY gl_debug_proc(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLc har *, const void *); | |||
// userParam is qualified as const in OpenGL 4.4 spec but non-const in OpenGL 4. | ||||
3 spec | ||||
void GLAPIENTRY gl_debug_proc(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLc | ||||
har *, void *); | ||||
size_t gl_sizeof(GLenum type); | size_t gl_sizeof(GLenum type); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |