xref
: /
external
/
deqp-deps
/
glslang
/
Test
/
hlsl.sin.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
float4 PixelShaderFunction(float4 input) : COLOR0
2
{
3
return sin(input);
4
}
5