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