Shadlock0133
Shadlock0133
> if it supports directx 12 or vulkan it supports directx only up to 10 or 11, and doesn't support vulcan
I've got simple implementation of this (by blurring the image, and unblurring it on hover) in this commit https://github.com/Shadlock0133/nitter/commit/cad66d6d56d788b5fe349c5d68acfcd8d4f410e4
IIUC, fixing this requires just adding `.reversed` here: https://github.com/zedeus/nitter/blob/6695784050605c77a301c0a66764fa9a9580a2f5/src/views/timeline.nim#L44
BUG-ce851d4278dd581880e6213ebb39325af9998a72c917ab0ba380d4e36f22d3d2-20220802142835Z-5a0a319d150ef071 100.73.132.17
for nightly: ``` cargo 1.29.0-nightly (af9e40c26 2018-07-05) release: 1.29.0 commit-hash: af9e40c26b4ea2ebd6f31ee86ee61d5ac1c74eb0 commit-date: 2018-07-05 ``` for stable: ``` cargo 1.27.0 (1e95190e5 2018-05-27) release: 1.27.0 commit-hash: 1e95190e5ffd6e6b701ad87dab4671246b96a9ce commit-date: 2018-05-27 ```
If I prefix it with `RUSTFLAGS="-LC:\\msys64\\mingw64\\lib -LC:\\msys64\\usr\\lib\\w32api"` (which is where `libntdll.a` and `libz.a` are located) I get: ``` error: linking with `gcc` failed: exit code: 1 | = note: "gcc"...
Cargo has the same error. I'm gonna close this issue. Thanks for a hint.
just lost few hours debugging my parsing code, and noticed this issue. it would be good idea to at least put in the docs that bit order is currently only...
i think i will just cut the dependency and write parsing code myself
If it's useful for anyone, I've implemented BC7 decoder without any dependencies here: https://github.com/Shadlock0133/bigblob-decoder/blob/16f8f16d947c7b85f0df9c81b3cc3aaa2850d225/src/bc7/decode.rs