Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SGreaterThan_SpvBinaryLogicalTest_EmitExpression_2.spvasm.expected.wgsl
blob: 105fab98349073a40209913bfe876b80d1c913ef [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
bool
=
(
30
>
bitcast
<i32>
(
20u
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}