Major refactoring, removed the usage of the global header and replaced with getters and setters. Cleaned up headers and what is included.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include "../global.h"
|
||||
|
||||
namespace render_present {
|
||||
#include <cstdint>
|
||||
class Render {
|
||||
public:
|
||||
static void drawFrame();
|
||||
@@ -9,5 +8,5 @@ public:
|
||||
static void destroyFenceSemaphores();
|
||||
static void cleanupSwapChain();
|
||||
static float getFloatBar();
|
||||
static uint32_t getCurrentFrame();
|
||||
};
|
||||
} // namespace render_present
|
||||
|
Reference in New Issue
Block a user