working on scene management

This commit is contained in:
Kbz-8
2025-05-18 18:30:18 +02:00
parent 904f079cd1
commit beb409e50a
8 changed files with 42 additions and 59 deletions

View File

@@ -12,7 +12,7 @@
namespace Scop
{
constexpr const int MAX_FRAMES_IN_FLIGHT = 2;
constexpr const int MAX_FRAMES_IN_FLIGHT = 3;
constexpr const int DEFAULT_VERTEX_SHADER_ID = 0;
constexpr const int DEFAULT_FRAGMENT_SHADER_ID = 1;