X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpipelinestate_backend.h;fp=source%2Fbackends%2Fvulkan%2Fpipelinestate_backend.h;h=82f664c1c9b881ae7ffafd083111317cde9f6e29;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hp=19f7f902d1e7257ba4430a4dd7d7af8b9244a12d;hpb=5003bcfeb0832ec2d0f74f4149bc97888a70a900;p=libs%2Fgl.git diff --git a/source/backends/vulkan/pipelinestate_backend.h b/source/backends/vulkan/pipelinestate_backend.h index 19f7f902..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, bool) const; + void apply(VkCommandBuffer, unsigned, bool) const; }; using PipelineStateBackend = VulkanPipelineState;