summaryrefslogtreecommitdiff
path: root/indra/llrender/llglheaders.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-09-20 03:34:09 -0500
committerDave Parks <davep@lindenlab.com>2011-09-20 03:34:09 -0500
commit66acb932ba7bbd7fecbe78a34e753b5aab2d2104 (patch)
tree87ae87b36d20082008feeb7c46c38d2d6d498332 /indra/llrender/llglheaders.h
parent9ea41c8094695365bc7ea10165ffd54cda204e88 (diff)
SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to start with a non-compatibility-profile OpenGL context.
Diffstat (limited to 'indra/llrender/llglheaders.h')
-rw-r--r--indra/llrender/llglheaders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llglheaders.h b/indra/llrender/llglheaders.h
index 851a75629e..f319009bc8 100644
--- a/indra/llrender/llglheaders.h
+++ b/indra/llrender/llglheaders.h
@@ -531,6 +531,8 @@ extern PFNGLSAMPLEMASKIPROC glSampleMaski;
#include "GL/glext.h"
#include "GL/glh_extensions.h"
+// WGL_ARB_create_context
+extern PFNWGLCREATECONTEXTATTRIBSARBPROC wglCreateContextAttribsARB;
// GL_ARB_vertex_buffer_object
extern PFNGLBINDBUFFERARBPROC glBindBufferARB;