summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/link3.frag
blob: 015ad35b2f30267c9d7fa4d3a0ed4775c1a7bec2 (plain)
1
2
3
4
5
6
7
8
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