summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/renderer_gl.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-19 08:40:37 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-19 08:40:37 +0100
commit43f92ea260b61c8e22ab0e2f6eff40eacf4dc19f (patch)
tree27e87084b82a5ec7ecd02ff82050989007053a9c /3rdparty/bgfx/src/renderer_gl.cpp
parent0c58c7212c5d52b9bd94191b328177c426d39495 (diff)
update 3rdparty (nw)
Diffstat (limited to '3rdparty/bgfx/src/renderer_gl.cpp')
-rw-r--r--3rdparty/bgfx/src/renderer_gl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/renderer_gl.cpp b/3rdparty/bgfx/src/renderer_gl.cpp
index 8285bfdea18..6d4dc557175 100644
--- a/3rdparty/bgfx/src/renderer_gl.cpp
+++ b/3rdparty/bgfx/src/renderer_gl.cpp
@@ -721,6 +721,7 @@ namespace bgfx
"usampler3D",
"isamplerCube",
"usamplerCube",
+ NULL
};
static void GL_APIENTRY stubVertexAttribDivisor(GLuint /*_index*/, GLuint /*_divisor*/)