X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbackends%2Fvulkan%2Fbuffer_backend.h;h=5902704f83e7460fb629f8f9f874b85ab34f72e6;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hp=3fcb2176defd9c0a1760dc106d9c07e0f77f8f0b;hpb=5003bcfeb0832ec2d0f74f4149bc97888a70a900;p=libs%2Fgl.git diff --git a/source/backends/vulkan/buffer_backend.h b/source/backends/vulkan/buffer_backend.h index 3fcb2176..5902704f 100644 --- a/source/backends/vulkan/buffer_backend.h +++ b/source/backends/vulkan/buffer_backend.h @@ -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();