Sign in
dawn
/
tint
/
c932b5535fcca76a3d61112ab5c45d1cf9ed37b5
/
.
/
test
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.wgsl
blob: e3f4540ae2982fd45cb17ee4bccc98e198fb936c [
file
] [
log
] [
blame
]
struct
S
{
i
:
i32
;
};
var
<private>
V
:
S
;
[[
stage
(
compute
)]]
fn main
()
{
var
i
:
i32
;
let
x_15
:
i32
=
V
.
i
;
i
=
x_15
;
return
;
}