Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
ptr_ref
/
load
/
local
/
ptr_private.wgsl.expected.hlsl
blob: 2de131c8b0383eff72284b864efce0cb7fd9486e [
file
] [
log
] [
blame
]
static
int
i
=
123
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
int
use
=
(
i
+
1
);
return
;
}