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