Sign in
dawn
/
dawn
/
c2f6f2f5d481a724aa1a34e0c756a277aefb7bef
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
i32.wgsl.expected.ir.dxc.hlsl
blob: a00755ce6601bb45ddc1538580f8ccef48b23249 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
I
;
int
u
=
(
i
+
1
);
}