X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fmemoryallocator.h;h=230f21a202126d176034f576981426eddab9f281;hb=bec8444ce5f844d156f5aac90ce9f0a92750cf62;hp=fee4726be95f9fde3b50471aad720511642695f8;hpb=7e48ef177b668f2ed4c0346fa268e3dbfbb63203;p=libs%2Fgl.git diff --git a/source/backends/vulkan/memoryallocator.h b/source/backends/vulkan/memoryallocator.h index fee4726b..230f21a2 100644 --- a/source/backends/vulkan/memoryallocator.h +++ b/source/backends/vulkan/memoryallocator.h @@ -46,8 +46,8 @@ public: unsigned allocate(VkImage, MemoryType); void release(unsigned); - void *map(unsigned, std::size_t, std::size_t); - void unmap(void *); + void *map(unsigned); + void unmap(unsigned); }; } // namespace GL