xref
: /
third_party
/
glslang
/
Test
/
hlsl.round.dx10.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
float4 PixelShaderFunction(float4 input) : COLOR0
2
{
3
return round(input);
4
}
5