Skip to content

Commit

Permalink
libgui|OpenGL: Correct exported name of glRenderbufferStorageMultisam…
Browse files Browse the repository at this point in the history
…pleCoverageNV
  • Loading branch information
danij-deng committed Jan 6, 2014
1 parent cb72a74 commit a336ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/libgui/include/de/gui/glentrypoints.h
Expand Up @@ -123,7 +123,7 @@ LIBGUI_EXTERN_C PFNGLVERTEXATTRIBPOINTERPROC glVertexAttribPointer;
LIBGUI_EXTERN_C PFNGLBLITFRAMEBUFFEREXTPROC glBlitFramebufferEXT;
LIBGUI_EXTERN_C PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC glRenderbufferStorageMultisampleEXT;
#ifdef GL_NV_framebuffer_multisample_coverage
LIBGUI_EXTERN_C PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENV glRenderbufferStorageMultisampleCoverageNV;
LIBGUI_EXTERN_C PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC glRenderbufferStorageMultisampleCoverageNV;
#endif

void getAllOpenGLEntryPoints();
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libgui/src/glentrypoints.cpp
Expand Up @@ -102,7 +102,7 @@ PFNGLVERTEXATTRIBPOINTERPROC glVertexAttribPointer;
PFNGLBLITFRAMEBUFFEREXTPROC glBlitFramebufferEXT;
PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC glRenderbufferStorageMultisampleEXT;
#ifdef GL_NV_framebuffer_multisample_coverage
PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENV glRenderbufferStorageMultisampleCoverageNV;
PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC glRenderbufferStorageMultisampleCoverageNV;
#endif

void getAllOpenGLEntryPoints()
Expand Down

0 comments on commit a336ba8

Please sign in to comment.