summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/300link3.frag
blob: e35dcc93a8ffba739eb4e181f63dd0419b52abf8 (plain)
1
2
3
4
5
6
7
#version 300 es

precision highp float;

out vec4 color1;

void main() {}