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