Sign in
dawn
/
dawn
/
95cd216962b6d70e233b725f70f2a1bac8d112c1
/
.
/
test
/
tint
/
bug
/
tint
/
1735.wgsl.expected.msl
blob: 1128aa79ef623a166621d8ab89cf9aee5bdb1058 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
float
f
;
};
kernel
void
tint_symbol
(
device S
*
tint_symbol_1
[[
buffer
(
0
)]],
const
device S
*
tint_symbol_2
[[
buffer
(
1
)]])
{
*(
tint_symbol_1
)
=
*(
tint_symbol_2
);
return
;
}