summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:07:20 -0700
committerKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:07:20 -0700
commit339cadd5e0394a4ce189fedbe0546b0d3c8b673b (patch)
tree52558aeec20f67bdc00d8bb2f10f479da78b8fbf
parent908896f039ce1ce827a28d0a8ec7809b25eadca3 (diff)
Add missing #extension directive in dolphin/smg.1.shader_test.
Fixes compilation.
-rw-r--r--shaders/dolphin/smg.1.shader_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/dolphin/smg.1.shader_test b/shaders/dolphin/smg.1.shader_test
index a425530..11cd3f9 100644
--- a/shaders/dolphin/smg.1.shader_test
+++ b/shaders/dolphin/smg.1.shader_test
@@ -5,7 +5,7 @@ GLSL >= 1.30
[fragment shader]
#version 130
#extension GL_ARB_uniform_buffer_object : enable
-
+#extension GL_ARB_explicit_attrib_location : enable
#extension GL_ARB_shading_language_420pack : enable