Sign in
dawn
/
dawn
/
001051698e7022fcfa11008e93ffbfa739c23ac1
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.glsl
blob: 6a8d3b01c38e566989d0b3dc90b94f77eed6b3f6 [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
int
i
;
};
S V
=
S
(
0
);
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
int
i
=
V
.
i
;
}