From cc16a81d2cb90f433e486f4a96d18eaa6a54ea27 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 21 Feb 2018 18:32:52 +0000 Subject: [PATCH] Add necessary extension for compiling #version 150 fixedcol.frag * Previously we were implicitly satisfying this by making it a separable program. --- renderdoc/data/glsl/fixedcol.frag | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renderdoc/data/glsl/fixedcol.frag b/renderdoc/data/glsl/fixedcol.frag index 2ed0b4506..a54c46462 100644 --- a/renderdoc/data/glsl/fixedcol.frag +++ b/renderdoc/data/glsl/fixedcol.frag @@ -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;