Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
buffer
/
storage
/
types
/
mat4x4.wgsl.expected.wgsl
blob: 402743f69bc9a59596215350d8ebb923fef75657 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<
storage
,
read
>
in
:
mat4x4
<f32>
;
@group
(
0
)
@binding
(
1
)
var
<
storage
,
read_write
>
out
:
mat4x4
<f32>
;
@stage
(
compute
)
@workgroup_size
(
1
)
fn main
()
{
out
=
in
;
}