summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert')
-rw-r--r--testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert b/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert
new file mode 100644
index 000000000..821e440d4
--- /dev/null
+++ b/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/noopUniformShader.vert
@@ -0,0 +1,4 @@
+void main()
+{
+ gl_Position = vec4(0.0, 0.0, 0.0, 1.0);
+}