Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CopyObject_Pointer.spvasm.expected.wgsl
blob: b4520cba6a641528eb8a2a9fca538a43757741cd [
file
] [
log
] [
blame
]
struct
S
{
field0
:
vec2
<f32>
;
field1
:
u32
;
field2
:
i32
;
};
fn main_1
()
{
var
x_10
:
u32
;
let
x_1
:
ptr
<
function
,
u32
>
=
&(
x_10
);
let
x_2
:
ptr
<
function
,
u32
>
=
x_1
;
return
;
}
[[
stage
(
compute
),
workgroup_size
(
1
,
1
,
1
)]]
fn main
()
{
main_1
();
}