Sign in
dawn
/
dawn
/
48c2e27d08f55a01bb30bf907491bd0fb4e5e162
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_function.wgsl.expected.ir.msl
blob: 2670a93c34ed6b8c62d6f91e61c17c761382fc28 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
int
i
=
123
;
thread
int
*
const
p
=
(&
i
);
int
const
u
=
as_type
<int>
((
as_type
<uint>
((*
p
))
+
as_type
<uint>
(
1
)));
}