Sign in
dawn
/
tint
/
0597a2b51b8c6901c70f5c3a5994c8259aa330a5
/
.
/
test
/
ptr_ref
/
load
/
global
/
i32.wgsl.expected.hlsl
blob: 8d7fb51271a8e0c8610afc2439e2b160ba567031 [
file
] [
log
] [
blame
]
static
int
I
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
int
i
=
I
;
const
int
use
=
(
i
+
1
);
return
;
}