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