Sign in
dawn
/
tint
/
97c692d337e2daa61aad4445b207d6803675f561
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat4x2.wgsl.expected.hlsl
blob: de866706ff43355d6582c364b17daa1836a8bce6 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float4x2 m
=
float4x2
(
0.0f
,
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
);