Sign in
dawn
/
dawn
/
4dffbd3f1607f43ab43d0c9aee209b0f8c0dc8f4
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
i32.wgsl.expected.msl
blob: 9aa2253d4b04fef7fd9a903e6aad7787d71395a2 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
thread
int
tint_symbol_1
=
0
;
int
const
i
=
tint_symbol_1
;
int
const
u
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
return
;
}