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