From 85089f4a23b5ebb796d1b0a73534328cc4faf446 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 23 Oct 2014 15:16:07 -0600 Subject: demo: tri - only need version 130 for this shader --- demos/tri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tri.c b/demos/tri.c index a7ab7432..5474fe37 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -554,7 +554,7 @@ static XGL_SHADER demo_prepare_vs(struct demo *demo) 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"; -- cgit v1.2.3