]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pipelinestate_backend.h
Fix binding of descriptor sets of the new pipeline has more than the last
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.h
index ab462ed5b415e059dacad36c7476cd65bfff4ec1..5570e5d965974fc8dfe26fa3aa8f0264fcc3e157 100644 (file)
@@ -21,6 +21,7 @@ protected:
        mutable unsigned unapplied = 0;
        mutable VkPipeline handle = 0;
        mutable std::vector<unsigned> descriptor_set_slots;
+       mutable unsigned first_changed_desc_set = 0;
 
        VulkanPipelineState();
        VulkanPipelineState(VulkanPipelineState &&);