Sign in
dawn
/
tint
/
3e80ae68ee4baa5a53d01bf5eb6795b416dc5bd5
/
.
/
test
/
expressions
/
index
/
let
/
var
/
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
];
}