[client] add a MPV glsl style effect loader

This commit is contained in:
Geoffrey McRae
2026-07-18 08:41:38 +10:00
parent 215f7cb096
commit 78802319e3
22 changed files with 1494 additions and 45 deletions

View File

@@ -110,6 +110,9 @@ struct AppState
bool alignToGuest;
bool spiceClose;
atomic_uint_least64_t shaderMousePosition;
atomic_uint_least32_t shaderMouseState;
LG_Renderer * lgr;
atomic_int lgrResize;
LG_Lock lgrLock;