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