collect result images

This commit is contained in:
CDaut 2024-08-28 11:15:32 +02:00
parent 7250fe1dd0
commit 3300437294
Signed by: clara
GPG key ID: 223391B52FAD4463
343 changed files with 536 additions and 151 deletions

View file

@ -365,7 +365,7 @@ protected:
// Other
bool m_showHelp{false}; // Show help, pressing
bool m_show_gui{true};
bool m_show_gui{false};
bool m_useDynamicRendering{false}; // Using VK_KHR_dynamic_rendering
float m_sceneRadius{1.f};
};