Sign in
dawn
/
dawn
/
23d884a7b77739160487e11bd292ef0c1e69cbcf
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.msl
blob: 13dd8ebb5e06f800f020f4f6874a256b585157e0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
(
device
int
*
tint_symbol
[[
buffer
(
0
)]])
{
int
c
=
0
;
int
d
=
0
;
*(
tint_symbol
)
=
as_type
<int>
((
as_type
<uint>
(
c
)
+
as_type
<uint>
(
d
)));
return
;
}