Sign in
dawn
/
tint
/
1a8171c08b234d19a9cd33a5f985320e904e85f8
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x4.wgsl.expected.hlsl
blob: c76e3b85df3e189fa3d9c968c38624eedc085ba5 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float3x4 m
=
float3x4
(
0.0f
,
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
,
8.0f
,
9.0f
,
10.0f
,
11.0f
);