Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SLessThanEqual_SpvBinaryLogicalTest_EmitExpression_2.spvasm.expected.wgsl
blob: 6aa2915536c65e45b2a2de1869fee4f852d87287 [
file
] [
log
] [
blame
] [
edit
]
fn main_1
()
{
let
x_1
:
bool
=
(
30
<=
bitcast
<i32>
(
20u
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}