Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
17ff343bf4ff05710b1e900023dfcc6cb33b00e8
/
.
/
Test
/
hlsl.cast.frag
blob: c8dc8212d066a898ca0a6d58e98cc1cd7a86c2b4 [
file
] [
log
] [
blame
]
John Kessenich
1cc1a28
2016-06-03 16:55:49 -0600
[
diff
] [
blame
]
1
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
2
{
3
return
(
float4
)
input
+
(
int4
)
input
+
(
float4
)
1.198
;
4
}