working on swapchains

This commit is contained in:
Kbz-8
2024-11-26 23:11:03 +01:00
parent c85a30e669
commit 17fcb85adc
12 changed files with 84 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __MLX_RENDER_CORE__
#define __MLX_RENDER_CORE__
constexpr const int MAX_FRAMES_IN_FLIGHT = 3;
constexpr const int MAX_FRAMES_IN_FLIGHT = 2;
#include <Renderer/Memory.h>
#include <Renderer/Descriptor.h>