Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
15c37f79a909260d4b22b57fc04223a40565b710
/
.
/
Test
/
hlsl.sin.frag
blob: edf087deb4ef47724ea88207d31522ae1fc9174c [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
return
sin
(
input
);
}