Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
dd8287a10969b863dd510ed13ba8be8eb38f064e
/
.
/
Test
/
hlsl.cast.frag
blob: c8dc8212d066a898ca0a6d58e98cc1cd7a86c2b4 [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
return
(
float4
)
input
+
(
int4
)
input
+
(
float4
)
1.198
;
}