VulkanTutorial refactoring.

This commit is contained in:
2022-03-06 22:22:26 +01:00
parent b8a15406da
commit 5b363a8c57
8 changed files with 326 additions and 308 deletions

View File

@@ -42,7 +42,7 @@ public:
static constexpr uint32_t CURRENT_IMAGE_INDEX = UINT32_MAX;
static constexpr uint32_t MAX_FRAMES_IN_FLIGHT = 2;
using CreationCallback = std::function<void(uint32_t)>;
using CreationCallback = std::function<void()>;
using DestructionCallback = std::function<void()>;
public: