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