X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpipelinestate_backend.h;h=82f664c1c9b881ae7ffafd083111317cde9f6e29;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hp=e675ff335c8cf311ad59cc9fe013e27804a4b0c0;hpb=c89c1fb972fae2cb2f720cb3ec6cf8238ae8d2e1;p=libs%2Fgl.git diff --git a/source/backends/vulkan/pipelinestate_backend.h b/source/backends/vulkan/pipelinestate_backend.h index e675ff33..82f664c1 100644 --- a/source/backends/vulkan/pipelinestate_backend.h +++ b/source/backends/vulkan/pipelinestate_backend.h @@ -33,7 +33,7 @@ protected: VkDescriptorSetLayout get_descriptor_set_layout(unsigned) const; unsigned fill_descriptor_writes(unsigned, std::vector &) const; - void apply(VkCommandBuffer) const; + void apply(VkCommandBuffer, unsigned, bool) const; }; using PipelineStateBackend = VulkanPipelineState;