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