Sign in
dawn
/
dawn
/
adaa316da8417eba6b63f981351c2908341b67dc
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_function.wgsl.expected.ir.fxc.hlsl
blob: 3c2a63149a344e3bb6985f165835e3232cbcba5e [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
123
;
int
p
=
i
;
int
u
=
(
p
+
1
);
}