Sign in
dawn
/
dawn
/
ac03c4031e4975e929b326589d7cc1940cabe834
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.fxc.hlsl
blob: 938d5d1092f7ff4b3476c6c118adc7a1198dcbbf [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
void
main_1
()
{
V
.
i
=
5
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}