Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
type_ctor
/
mat3x3
/
inferred
/
vectors
/
f32.wgsl.expected.hlsl
blob: c35ca2af2e4b2b319c33a8b7baad4cccddbf7b9b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float3x3 m
=
float3x3
(
float3
(
0.0f
,
1.0f
,
2.0f
),
float3
(
3.0f
,
4.0f
,
5.0f
),
float3
(
6.0f
,
7.0f
,
8.0f
));