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