averne
averne
Previously this would clip Modal window backgrounds:  To dim the entire framebuffer ImGui submits a draw cmd with clip (-1,-1), (width+1,height+1), which triggers this bug.
Version: v1.89.1 Branch: v1.89.1-master **Back-end/Renderer/Compiler/OS** Back-ends: Custom for Nintendo Switch Operating System: Horizon OS (Nintendo Switch OS) **My Issue/Question:** Hi, I'm hitting some odd keyboard nav behavior, it seems the...
[This encode](https://nyaa.si/view/1316324) contains a ridiculously large embedded thumbnail art (4785x8529 png, 98.5MiB), which this script ends up passing as inline b64-encoded url. This triggers a crash deep inside glibc which...
I was contacted by @cucholix on discord to fix #1 since this is using my old gfx code. Tested working by him since I don't have a dock atm.
This fixes the BMP loading routine in the DCT example, which expected a hardcoded set of headers and got it wrong for the example image. Instead, use the header information...