Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
hlsl.sin.frag
blob: edf087deb4ef47724ea88207d31522ae1fc9174c [
file
] [
log
] [
blame
] [
edit
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
return
sin
(
input
);
}