Sign in
dawn
/
dawn
/
20c2ff60d203774ed0ca4ec7024e15103c713f14
/
.
/
test
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.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
;
}