chore: add some channel view layout commands (#6342)

This commit is contained in:
nerix
2025-07-18 20:28:46 +02:00
committed by GitHub
parent 09fc5d74bc
commit cda625f3ce
5 changed files with 36 additions and 1 deletions
@@ -462,6 +462,15 @@ CommandController::CommandController(const Paths &paths)
this->registerCommand("/debug-force-image-unload",
&commands::forceImageUnload);
this->registerCommand("/debug-force-layout-channel-views",
&commands::forceLayoutChannelViews);
this->registerCommand("/debug-increment-image-generation",
&commands::incrementImageGeneration);
this->registerCommand("/debug-invalidate-buffers",
&commands::invalidateBuffers);
this->registerCommand("/debug-test", &commands::debugTest);
this->registerCommand("/shield", &commands::shieldModeOn);