Sign in
dawn
/
tint
/
c77214d52d53c1eb29a54e606329a2095038b279
/
.
/
test
/
ptr_ref
/
load
/
global
/
i32.wgsl.expected.msl
blob: a041b63463403bc422a03652df872f651e09a060 [
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
use
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
return
;
}