Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
hlsl.ternary.error.frag
blob: 52d4f76aa44210bf3dadc1cbfd8a241018da2196 [
file
] [
edit
]
float4 main
(
int
a
,
int
b
,
float4 col0
,
float4 col1
)
:
SV_TARGET
{
return
a
<
b
?
col0
:
missing
;
}