summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag b/3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag
new file mode 100644
index 00000000000..12dbcb220b2
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/spv.glFragColor.frag
@@ -0,0 +1,6 @@
+#version 330
+
+void main()
+{
+ gl_FragColor = vec4(1.0);
+}