summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-const-builtin-asin.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-const-builtin-asin.shader_test')
-rw-r--r--tests/shaders/glsl-const-builtin-asin.shader_test7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/shaders/glsl-const-builtin-asin.shader_test b/tests/shaders/glsl-const-builtin-asin.shader_test
index b73578c6d..0cfcdd0a8 100644
--- a/tests/shaders/glsl-const-builtin-asin.shader_test
+++ b/tests/shaders/glsl-const-builtin-asin.shader_test
@@ -1,8 +1,11 @@
[require]
GLSL >= 1.20
-[vertex shader file]
-glsl-mvp.vert
+[vertex shader]
+void main()
+{
+ gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
+}
[fragment shader]
void main() {