Sign in
dawn
/
dawn
/
f35bd1bae613c97b4d93c19dd23a7009cd10e5fb
/
.
/
test
/
tint
/
access
/
var
/
matrix.wgsl.expected.fxc.hlsl
blob: 9cc660f446d1876928bd042ff1c941663a1e60f7 [
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
);
float3 v
=
m
[
1
];
float
f
=
v
[
1
];
s
.
Store
(
0u
,
asuint
(
f
));
return
;
}