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