Sign in
dawn
/
tint.git
/
3264765bc269f9e2a0809d71f4a067d8316aba5a
/
.
/
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
;
}