Skip to content

Commit d195252

Browse files
committed
add missing doc to init
1 parent 352154f commit d195252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/gl_layer/context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ typedef struct ContextGLFunctions
1818
* @brief Initialize the OpenGL Validation Layer
1919
* @param gl_version_major OpenGL context major version.
2020
* @param gl_version_minor OpenGL context minor version.
21+
* @param gl_functions Structure with OpenGL function pointers the layer needs to call to work.
2122
* @return 0 on success, any other value on error.
2223
*/
2324
int gl_layer_init(unsigned int gl_version_major, unsigned int gl_version_minor, const ContextGLFunctions* gl_functions);

0 commit comments

Comments
 (0)