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