summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/hlsl.matType.frag
blob: 36d71e3bab3f02d0ded3efb3d48046e98914d3d3 (plain)
1
2
3
4
5
6
7
8
9
10
float1 f1 = float1(1.0);
float1x1 fmat11;
float4x1 fmat41;
float1x2 fmat12;
double2x3 dmat23;
int4x4 int44;

float1 ShaderFunction(float1 inFloat1, float inScalar) : COLOR0
{
}