Sign in
dawn
/
dawn
/
01bd3aa73e60dd8b7d532580866f6e8b26b37b50
/
.
/
test
/
tint
/
ptr_ref
/
access
/
matrix.wgsl.expected.dxc.hlsl
blob: a5e6043054ced95e793d167a7647feeb336ccbd6 [
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
));
m
[
1
]
=
(
5.0f
).
xxx
;
return
;
}