X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fbackends%2Fvulkan%2Fcommands_backend.cpp;h=16926044e7b2886ec6dfee15ef96ba699706dfa9;hb=370eb9e6a1e54da52047ba843e25c36be9789209;hp=8f32e0b024bd9c0264e8376331eceffca1105eff;hpb=b7808c60e0bbbb198500066880b6ed37c0b0e9d0;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)