]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/vertexsetup_backend.h
Fix instance attribute description updates in VertexSetup on Vulkan
[libs/gl.git] / source / backends / vulkan / vertexsetup_backend.h
index 091056b8d64bb148532703673bf90a1c55ca00aa..87e780628d509db070c55c4481bfc97b5a648149 100644 (file)
@@ -28,7 +28,7 @@ protected:
 
        static void require_format(const VertexFormat &, bool) { }
        void update(unsigned) const;
-       void update_attributes(const VertexFormat &, unsigned, void *) const;
+       void *update_attributes(const VertexFormat &, unsigned, void *) const;
        std::uint64_t compute_hash() const;
 
        void unload() { }