Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
08fe88a94c66b1f05b3308c890d79f8b2d7053ab
/
.
/
Test
/
hlsl.swizzle.frag
blob: 9e87c6d77356a45331ed2325d5c9050ea1aabf29 [
file
] [
log
] [
blame
]
static
float4
AmbientColor
=
float4
(
1
,
0.5
,
0
,
1
);
float4
ShaderFunction
(
float4 input
)
:
COLOR0
{
return
input
.
wwyx
*
float4
(
AmbientColor
.
z
);
}