Sign in
dawn
/
tint.git
/
9566742f2ab367ea61fd22ee4ec4fc3cc365a800
/
.
/
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
;
}