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