ADD: aspect ratio preserving completed

This commit is contained in:
2025-12-12 16:40:53 +09:00
parent 5da5b961f1
commit 5e7de35c52
11 changed files with 356 additions and 110 deletions

View File

@@ -251,4 +251,8 @@ private:
void init_mesh_pipeline();
void init_default_data();
// Debounce swapchain recreation during live window resizing.
uint32_t _last_resize_event_ms{0};
static constexpr uint32_t RESIZE_DEBOUNCE_MS = 150;
};