4 Commits

Author SHA1 Message Date
Warchamp7 30b63c6849 Update C++ files with braces 2026-06-09 13:41:19 -04:00
Lain 9b0ac7c01c frontend/widgets: Optimize preview primitive rendering
Certain draw calls were creating/destroying vertex buffers. Every call.
That's kind of not a great thing to do, so instead use the new
gs_draw_quadf() function to optimize rendering and reduce the need for
swapping vertex buffers.

Also uses a shader for DrawStripedLine so it does not have to split it
up into separate draw calls.
2025-04-23 15:23:29 -04:00
cg2121 86f7475f14 frontend: Add preview zoom controls 2025-04-01 17:31:09 -04:00
PatTheMav f813121bb9 frontend: Add renamed Qt UI Widgets 2025-01-08 17:33:12 +01:00