Sign in
dawn
/
tint
/
01e4b6fc18c26c52f3da0799bca87a08444dca65
/
.
/
test
/
expressions
/
index
/
var
/
let
/
literal
/
matrix.wgsl.expected.hlsl
blob: 46a799502bf4a35315da82d1ee03cee3b8f187ec [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
float3 f
()
{
float3x3 m
=
float3x3
(
1.0f
,
2.0f
,
3.0f
,
4.0f
,
5.0f
,
6.0f
,
7.0f
,
8.0f
,
9.0f
);
return
m
[
1
];
}