diff options
Diffstat (limited to 'pugl/pugl_gl.h')
-rw-r--r-- | pugl/pugl_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_gl.h b/pugl/pugl_gl.h index 7031013..eb2b16f 100644 --- a/pugl/pugl_gl.h +++ b/pugl/pugl_gl.h @@ -46,7 +46,7 @@ puglGetProcAddress(const char* name); /** OpenGL graphics backend. - Pass the return value to puglInitBackend() to draw to a view with OpenGL. + Pass the return value to puglSetBackend() to draw to a view with OpenGL. */ PUGL_API const PuglBackend* puglGlBackend(void); |