X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fbuffer_backend.h;h=5902704f83e7460fb629f8f9f874b85ab34f72e6;hb=1cbc8df4a72799feada39767e80973f4c93ae523;hp=3fcb2176defd9c0a1760dc106d9c07e0f77f8f0b;hpb=644b81d62660bafa702bfd7acedd3a0039aad993;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();