Sign in
dawn
/
tint.git
/
09d53d5ed19f86647e2751c8c851f02abc41eca1
/
.
/
test
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.hlsl
blob: ff544b66828255c73b4e142d9c537a94c6b03f10 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
0
;
const
int
x_15
=
V
.
i
;
i
=
x_15
;
return
;
}