ADD: aspect ratio preserving part 1-add constants

This commit is contained in:
2025-12-11 17:24:49 +09:00
parent c61c42f359
commit 5da5b961f1
5 changed files with 17 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ public:
FrameResources &get_current_frame() { return _frames[_frameNumber % FRAME_OVERLAP]; };
VkExtent2D _drawExtent;
VkExtent2D _logicalRenderExtent{};
float renderScale = 1.f;
std::unique_ptr<DescriptorManager> _descriptorManager;