Sign in
fuchsia
/
third_party
/
glslang
/
e0932f676db6e816184376b0e2381344bdfe1a39
/
.
/
Test
/
hlsl.sin.frag
blob: edf087deb4ef47724ea88207d31522ae1fc9174c [
file
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
return
sin
(
input
);
}