summaryrefslogtreecommitdiff
path: root/src/glsl/tests/constructor-01.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/constructor-01.glsl')
-rw-r--r--src/glsl/tests/constructor-01.glsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glsl/tests/constructor-01.glsl b/src/glsl/tests/constructor-01.glsl
new file mode 100644
index 0000000000..fdfaf89866
--- /dev/null
+++ b/src/glsl/tests/constructor-01.glsl
@@ -0,0 +1,6 @@
+/* PASS */
+
+void main()
+{
+ gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
+}