mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 22:01:04 +00:00
12 lines
139 B
GLSL
12 lines
139 B
GLSL
|
|
||
|
float4 main() : SV_Target0
|
||
|
{
|
||
|
half h0 = 0;
|
||
|
half1 h1 = 1;
|
||
|
half2 h2 = 2;
|
||
|
half3 h3 = 3;
|
||
|
half4 h4 = 4;
|
||
|
|
||
|
return 0.0;
|
||
|
}
|