mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user