Sign in
dawn
/
tint
/
bf39c8fb1961ec0c31b167bb6798b4b9de9911b5
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat4x4.wgsl.expected.hlsl
blob: 3a709225191391bd3ec0b81e45afe676ebc817e7 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float4x4 m
=
float4x4
(
0.0f
,
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
,
8.0f
,
9.0f
,
10.0f
,
11.0f
,
12.0f
,
13.0f
,
14.0f
,
15.0f
);