summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/410.vert
blob: 0ecf4768ae5d94ac6f2c2af2f6bcfcc293a06f4d (plain)
1
2
3
4
5
6
7
8
9
#version 410 core

in double d;
in dvec3 d3;
in dmat4 dm4;

void main()
{
}