]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pipelinestate_backend.h
Multiplex streaming buffer contents on Vulkan
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.h
index 19f7f902d1e7257ba4430a4dd7d7af8b9244a12d..82f664c1c9b881ae7ffafd083111317cde9f6e29 100644 (file)
@@ -33,7 +33,7 @@ protected:
        VkDescriptorSetLayout get_descriptor_set_layout(unsigned) const;
        unsigned fill_descriptor_writes(unsigned, std::vector<char> &) const;
 
-       void apply(VkCommandBuffer, bool) const;
+       void apply(VkCommandBuffer, unsigned, bool) const;
 };
 
 using PipelineStateBackend = VulkanPipelineState;