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