Code cleanup
This commit is contained in:
parent
9fc8b0032c
commit
458c149c71
13 changed files with 4 additions and 109 deletions
|
|
@ -305,16 +305,6 @@ public:
|
|||
textures.terrainArray.descriptor.sampler = textures.terrainArray.sampler;
|
||||
}
|
||||
|
||||
void reBuildCommandBuffers()
|
||||
{
|
||||
if (!checkCommandBuffers())
|
||||
{
|
||||
destroyCommandBuffers();
|
||||
createCommandBuffers();
|
||||
}
|
||||
buildCommandBuffers();
|
||||
}
|
||||
|
||||
void buildCommandBuffers()
|
||||
{
|
||||
VkCommandBufferBeginInfo cmdBufInfo = vks::initializers::commandBufferBeginInfo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue