Sign in
dawn
/
dawn
/
fd22bd69eb33bb2fcfd2bb5cd5dacfef3cb345cc
/
.
/
test
/
tint
/
access
/
var
/
matrix.spvasm.expected.fxc.hlsl
blob: 65f31f4d7c6446d37daeb251a9c38e518045b042 [
file
]
void
main_1
()
{
float3x3 m
=
float3x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
const
float
x_16
=
m
[
1
].
y
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}