]> 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 e675ff335c8cf311ad59cc9fe013e27804a4b0c0..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) const;
+       void apply(VkCommandBuffer, unsigned, bool) const;
 };
 
 using PipelineStateBackend = VulkanPipelineState;