Sign in
dawn
/
dawn
/
b3d38dfc0fc473b40d7b0bb0a170af2587796639
/
.
/
test
/
tint
/
buffer
/
uniform
/
types
/
mat2x2_f16.wgsl.expected.msl
blob: ada512cc752e0c72bf9586f69f77cf5527342d5a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
(
const
constant half2x2
*
tint_symbol_1
[[
buffer
(
0
)]])
{
half2x2
const
x
=
*(
tint_symbol_1
);
return
;
}