Sign in
dawn
/
dawn
/
5ea3a8813a0dceafbe210297b028e7d4e8313ba5
/
.
/
test
/
tint
/
access
/
var
/
matrix.wgsl.expected.dxc.hlsl
blob: 8653170e1199c9c4514a509d4fffdc5d59453b31 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float3x3 m
=
float3x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
const
float3 v
=
m
[
1
];
const
float
f
=
v
[
1
];
s
.
Store
(
0u
,
asuint
(
f
));
return
;
}