Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightArithmetic_Arg2Signed_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.wgsl
blob: 12b8f3c30bf8f34b07cdf151ef8c31f21f816600 [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
i32
=
(
30
>>
bitcast
<u32>
(
40
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}