Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightArithmetic_BitcastResult_SpvBinaryBitGeneralTest_EmitExpression_0.spvasm.expected.wgsl
blob: 23cb77e40c22e21e20a345cb275b7c26f8cf5b77 [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
u32
=
bitcast
<u32>
((
30
>>
10u
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}