Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
Samples_SpvModuleScopeVarParserTest_ComputeBuiltin_Load_AccessChain_1.spvasm.expected.wgsl
blob: 325c2c58a02ec15f94ad0772d9c82504fb2b2c12 [
file
] [
log
] [
blame
]
var
<private>
x_1
:
i32
;
fn main_1
()
{
let
x_2
:
i32
=
x_1
;
return
;
}
[[
stage
(
compute
),
workgroup_size
(
1
,
1
,
1
)]]
fn main
([[
builtin
(
local_invocation_index
)]]
x_1_param
:
u32
)
{
x_1
=
bitcast
<i32>
(
x_1_param
);
main_1
();
}