Code cleanup
This commit is contained in:
parent
91ab6a517f
commit
afde90dcfd
3 changed files with 9 additions and 6 deletions
|
|
@ -205,7 +205,7 @@ public:
|
|||
}
|
||||
|
||||
// [POI] Set up descriptor sets and set layout
|
||||
void setupDescriptorSets()
|
||||
void setupDescriptors()
|
||||
{
|
||||
// Descriptor pool
|
||||
std::vector<VkDescriptorPoolSize> poolSizes = {
|
||||
|
|
@ -403,7 +403,7 @@ public:
|
|||
generateTextures();
|
||||
generateCubes();
|
||||
prepareUniformBuffers();
|
||||
setupDescriptorSets();
|
||||
setupDescriptors();
|
||||
preparePipelines();
|
||||
buildCommandBuffers();
|
||||
prepared = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue