Sign in
dawn
/
tint
/
e2528e92979653f2a2461fe327ca8d59ff227413
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat2x2.wgsl.expected.hlsl
blob: 6dd93cf473d43f1f780ccf18135fdb01e835b3f4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float2x2 m
=
float2x2
(
0.0f
,
1.0f
,
2.0f
,
3.0f
);