bloat-buster/dependencies/glslang-15.0.0/Test/hlsl.scalar-length.frag
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

7 lines
93 B
GLSL

float4 main() : SV_Target0
{
float4 test = { 0, 1, 2, 3 };
return length(test.a);
}