Sign in
dawn
/
tint
/
b1d2b84f7dcbe753f625c17885866233732e3148
/
.
/
test
/
buffer
/
uniform
/
types
/
mat3x2.wgsl.expected.wgsl
blob: 874cf97757e7aff114c65f9b12c449be8a776f00 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<uniform>
u
:
mat3x2
<f32>
;
@stage
(
compute
)
@workgroup_size
(
1
)
fn main
()
{
let
x
=
u
;
}