Sign in
dawn
/
dawn
/
66652df8e490b60edeb974fa4500a956723ed206
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.ir.dxc.hlsl
blob: 43ce7ee3f60815721cfecf02976b7d02a5e03a60 [
file
] [
log
] [
blame
]
static
int
I
=
int
(
0
);
void
main_1
()
{
I
=
int
(
123
);
I
=
int
(
123
);
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}