Sign in
dawn
/
dawn
/
b95a03a6a7304c7d935569fec0687bd384c940fb
/
.
/
test
/
tint
/
access
/
var
/
matrix.wgsl.expected.ir.fxc.hlsl
blob: 4979f587857a66ddca05c69a89d77f514909f666 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float3x3 m
=
float3x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
float3 v
=
m
[
int
(
1
)];
float
f
=
v
[
int
(
1
)];
s
.
Store
(
0u
,
asuint
(
f
));
}