Sign in
dawn
/
dawn.git
/
41e4d9a34c1d9dcb2eef3ff39ff9c1f987bfa02a
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_function.wgsl.expected.hlsl
blob: d360aae1b53fc26a634176033bdc5c5738cb4a30 [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
123
;
const
int
use
=
(
i
+
1
);
return
;
}