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