mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-14 22:01:04 +00:00
14 lines
238 B
GLSL
14 lines
238 B
GLSL
|
float4 PixelShaderFunction(float4 input) : COLOR0
|
||
|
{
|
||
|
[unroll];
|
||
|
[];
|
||
|
[][][];
|
||
|
[unroll(4)];
|
||
|
[allow_uav_condition];
|
||
|
[unroll(4)] [allow_uav_condition];
|
||
|
[ loop ];
|
||
|
[fastopt];
|
||
|
[branch] if (0);
|
||
|
[flatten];
|
||
|
}
|