We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352154f commit d195252Copy full SHA for d195252
include/gl_layer/context.h
@@ -18,6 +18,7 @@ typedef struct ContextGLFunctions
18
* @brief Initialize the OpenGL Validation Layer
19
* @param gl_version_major OpenGL context major version.
20
* @param gl_version_minor OpenGL context minor version.
21
+ * @param gl_functions Structure with OpenGL function pointers the layer needs to call to work.
22
* @return 0 on success, any other value on error.
23
*/
24
int gl_layer_init(unsigned int gl_version_major, unsigned int gl_version_minor, const ContextGLFunctions* gl_functions);
0 commit comments