Sign in
dawn
/
tint
/
2bd13211331a935b766670cac94a374f2d1e9e2c
/
.
/
test
/
layout
/
storage
/
mat2x2
/
f32.wgsl.expected.msl
blob: 32de92114bd72b9e23703495d194c9012590b3f6 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
SSBO
{
/* 0x0000 */
float2x2 m
;
};
kernel
void
f
(
device SSBO
&
ssbo
[[
buffer
(
0
)]])
{
float2x2
const
v
=
ssbo
.
m
;
ssbo
.
m
=
v
;
return
;
}