Sign in
dawn
/
dawn
/
e55e2109b33b4cc0e93083327c328eee71c63dca
/
.
/
test
/
ptr_ref
/
store
/
local
/
struct_field.spvasm.expected.hlsl
blob: f28389baef4c4dd58bc0e7a438a2348a94d1fc8a [
file
]
struct
S
{
int
i
;
};
void
main_1
()
{
S V
=
{
0
};
V
.
i
=
5
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}