Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
07ef0e4c844a682fc32abddabb9bf63a106493ad
/
.
/
Test
/
compoundsuffix.frag.hlsl
blob: 59322acda08827a2419af6545e74fbef753bde78 [
file
] [
log
] [
blame
]
John Kessenich
2ead40f
2018-04-17 17:44:11 -0600
[
diff
] [
blame
]
1
void
main
(
out
float4 fragColor
:
SV_TARGET0
)
2
{
3
fragColor
=
1
;
4
}
5
6