Code cleanup
Consistent naming
This commit is contained in:
parent
04cc268ec3
commit
c754a4f3ec
2 changed files with 7 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue