]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/buffer_backend.h
Multiplex streaming buffer contents on Vulkan
[libs/gl.git] / source / backends / vulkan / buffer_backend.h
index 3fcb2176defd9c0a1760dc106d9c07e0f77f8f0b..5902704f83e7460fb629f8f9f874b85ab34f72e6 100644 (file)
@@ -29,6 +29,8 @@ protected:
        void allocate();
        void sub_data(std::size_t, std::size_t, const void *);
 
+       unsigned get_multiplicity() const;
+
        bool can_map() const;
        void *map();
        bool unmap();