mirror of
https://github.com/RPCS3/glslang.git
synced 2024-12-03 16:41:30 +00:00
11 lines
177 B
GLSL
11 lines
177 B
GLSL
|
float1 f1 = float1(1.0);
|
||
|
float1x1 fmat11;
|
||
|
float4x1 fmat41;
|
||
|
float1x2 fmat12;
|
||
|
double2x3 dmat23;
|
||
|
int4x4 int44;
|
||
|
|
||
|
float1 ShaderFunction(float1 inFloat1, float inScalar) : COLOR0
|
||
|
{
|
||
|
}
|