Sign in
dawn
/
dawn
/
34fb5eb762210286997f1f6e537f7f7049602a3d
/
.
/
test
/
tint
/
ptr_ref
/
access
/
matrix.wgsl.expected.ir.dxc.hlsl
blob: 3551188244386adc3e3766e8c226de7722e700fc [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float3x3 m
=
float3x3
(
float3
(
1.0f
,
2.0f
,
3.0f
),
float3
(
4.0f
,
5.0f
,
6.0f
),
float3
(
7.0f
,
8.0f
,
9.0f
));
float3 v
=
m
[
int
(
1
)];
v
=
(
5.0f
).
xxx
;
}