]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pipelinestate_backend.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.h
index 37c96a4e2d394f967f0f75d0f0b4f802bea6bab2..2195b2f38e6bff1014ba81630f9996bb219eaf6e 100644 (file)
@@ -34,12 +34,14 @@ protected:
        void refresh() const { if(changes) update(); }
        std::uint64_t compute_hash() const;
        void fill_creation_info(std::vector<char> &) const;
+       void fill_graphics_creation_info(std::vector<char> &) const;
+       void fill_compute_creation_info(std::vector<char> &) const;
        std::uint64_t compute_descriptor_set_hash(unsigned) const;
        bool is_descriptor_set_dynamic(unsigned) const;
        VkDescriptorSetLayout get_descriptor_set_layout(unsigned) const;
        unsigned fill_descriptor_writes(unsigned, unsigned, std::vector<char> &) const;
 
-       void synchronize_resources(bool) const;
+       void synchronize_resources() const;
        void apply(const VulkanCommandRecorder &, const VulkanPipelineState *, unsigned, bool) const;
 };