X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpipelinestate_backend.h;h=19f7f902d1e7257ba4430a4dd7d7af8b9244a12d;hp=e675ff335c8cf311ad59cc9fe013e27804a4b0c0;hb=b0db98d71aeb32d9e57315b8a06ff4068aeccbca;hpb=fd92cb5c68eefa4d32fbedbfa41fecc433a886a3 diff --git a/source/backends/vulkan/pipelinestate_backend.h b/source/backends/vulkan/pipelinestate_backend.h index e675ff33..19f7f902 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, bool) const; }; using PipelineStateBackend = VulkanPipelineState;