Add necessary extension for compiling #version 150 fixedcol.frag

* Previously we were implicitly satisfying this by making it a separable
  program.
This commit is contained in:
baldurk
2018-02-21 18:32:52 +00:00
parent a57cc118af
commit cc16a81d2c
+2
View File
@@ -29,6 +29,8 @@
#else
//#extension_nongles GL_ARB_explicit_attrib_location : require
// otherwise we use a proper output
layout (location = 0) out vec4 color_out;