commit | 865d5e13886cee10f7cf587212df5018204092e1 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Oct 23 15:16:07 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 31 15:29:18 2014 -0600 |
tree | 8452fe7525bce2dcd77d7830748051d9bbafc7bc | |
parent | 2406b34f666f706c422c00d1dcda9e422d1932a4 [diff] |
demo: tri - only need version 130 for this shader
diff --git a/demos/tri.c b/demos/tri.c index a7ab743..5474fe3 100644 --- a/demos/tri.c +++ b/demos/tri.c
@@ -554,7 +554,7 @@ static XGL_SHADER demo_prepare_fs(struct demo *demo) { static const char *fragShaderText = - "#version 430\n" + "#version 130\n" "void main() {\n" " gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0);\n" "}\n";