Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
buffer
/
storage
/
types
/
mat3x2.wgsl.expected.msl
blob: b74b79a4d9daa45e734065978e4da9f26ccd96ea [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
(
device float3x2
*
tint_symbol_1
[[
buffer
(
0
)]],
const
device float3x2
*
tint_symbol_2
[[
buffer
(
1
)]])
{
*(
tint_symbol_1
)
=
*(
tint_symbol_2
);
return
;
}