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