summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-22 03:39:32 +0000
committerDon Kjer <don@lindenlab.com>2012-09-22 03:39:32 +0000
commit2d36f9b98a95a384f712c711bf9fc4cbe53780aa (patch)
tree246cfc06d73c9c1a6e5f71225955e7c2589a2eac /indra
parentcda61df637e732a43389624c5a4a05536c9a5d46 (diff)
Fix for missing symbols on windows builds
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/llgl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 27d8056ea2..0b56b3889c 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -188,6 +188,9 @@ PFNGLWAITSYNCPROC glWaitSync = NULL;
PFNGLGETINTEGER64VPROC glGetInteger64v = NULL;
PFNGLGETSYNCIVPROC glGetSynciv = NULL;
+// GL_APPLE_flush_buffer_range
+PFNGLBUFFERPARAMETERIAPPLEPROC glBufferParameteriAPPLE = NULL;
+PFNGLFLUSHMAPPEDBUFFERRANGEAPPLEPROC glFlushMappedBufferRangeAPPLE = NULL;
// vertex object prototypes
PFNGLNEWOBJECTBUFFERATIPROC glNewObjectBufferATI = NULL;