Code cleanup

Consistent naming
This commit is contained in:
Sascha Willems 2024-11-30 21:21:07 +01:00
parent 04cc268ec3
commit c754a4f3ec
2 changed files with 7 additions and 7 deletions

View file

@ -86,8 +86,8 @@ private:
void createPipelineCache();
void createCommandPool();
void createSynchronizationPrimitives();
void initSwapchain();
void setupSwapChain();
void createSurface();
void createSwapChain();
void createCommandBuffers();
void destroyCommandBuffers();
std::string shaderDir = "glsl";