summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/link3.frag
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/link3.frag')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/link3.frag9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/link3.frag b/3rdparty/bgfx/3rdparty/glslang/Test/link3.frag
new file mode 100644
index 00000000000..f886b23f92a
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/link3.frag
@@ -0,0 +1,9 @@
+#version 300 es
+
+precision highp float;
+
+in vec2 iv3;
+
+#extension GL_OES_standard_derivatives : enable
+#extension GL_OES_EGL_image_external : require
+#extension GL_OES_texture_3D : enable