Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ULessThanEqual_SpvBinaryLogicalTest_EmitExpression_3.spvasm.expected.wgsl
blob: a72937f17c76c1bdb9cbc36f2e0f18d3f4742e11 [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
vec2
<bool>
=
(
vec2
<u32>
(
10u
,
20u
)
<=
vec2
<u32>
(
20u
,
10u
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}