Skip to content
Snippets Groups Projects
Commit 0fd3ff97 authored by Aura Linden's avatar Aura Linden
Browse files

MAINT-1142 use VBO pooling on OSX

parent 3361b5e9
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,11 @@
#include "llglslshader.h"
#include "llmemory.h"
#if LL_DARWIN
#define LL_VBO_POOLING 1
#else
#define LL_VBO_POOLING 0
#endif
//Next Highest Power Of Two
//helper function, returns first number > v that is a power of 2, or v if v is already a power of 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment