Cleaned up the code but had to add -Wno-sign-conversion to get glm to shut up.

This commit is contained in:
Zed A. Shaw 2025-11-25 10:56:18 -05:00
parent 8a7ef61c78
commit 55e38788b4
4 changed files with 30 additions and 21 deletions

View file

@ -33,7 +33,7 @@ public:
VkExtent2D _swapchainExtent;
// frames/command buffer
int _frameNumber {0};
unsigned int _frameNumber = 0;
FrameData _frames[FRAME_OVERLAP];
FrameData& get_current_frame() {