Sign in
dawn
/
tint
/
refs/heads/chromium/4786
/
.
/
test
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.hlsl
blob: 4025850136cd6434aca749719011592a8e0e6c83 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
void
main_1
()
{
int
i
=
0
;
const
int
x_15
=
V
.
i
;
i
=
x_15
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}