Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
0b5c2ae70e58e62c7107cfba2b55f78dfdcc9f43
/
.
/
Test
/
hlsl.assoc.frag
blob: 8ce1050cd1b7df487124558ca4fc4a6730ab7bc6 [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 a1
,
float4 a2
,
float4 a3
,
float4 a4
,
float4 a5
)
:
COLOR0
{
a1
=
a2
=
a3
=
a4
=
a5
;
return
a1
+
a2
+
a3
+
a4
+
a5
;
}