X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbackends%2Fvulkan%2Fcommands_backend.cpp;h=16926044e7b2886ec6dfee15ef96ba699706dfa9;hb=370eb9e;hp=8f32e0b024bd9c0264e8376331eceffca1105eff;hpb=1ed4d66194a8a86413701a4c4e4178c2fb0a4ded;p=libs%2Fgl.git diff --git a/source/backends/vulkan/commands_backend.cpp b/source/backends/vulkan/commands_backend.cpp index 8f32e0b0..16926044 100644 --- a/source/backends/vulkan/commands_backend.cpp +++ b/source/backends/vulkan/commands_backend.cpp @@ -191,6 +191,8 @@ void VulkanCommands::begin_frame(unsigned index) current_pool->primary.next_buffer = 0; current_pool->secondary.next_buffer = 0; } + + device.get_descriptor_pool().begin_frame(); } void VulkanCommands::submit_frame(Semaphore *wait_sem, Semaphore *signal_sem)