Memory ====== .. doxygenfile:: RaeptorCogs/GAPI/Vulkan/Core/Memory.hpp :project: RaeptorCogs :no-link: :sections: briefdescription detaileddescription Functions --------- .. list-table:: Functions :header-rows: 1 :widths: 20 80 * - Function - Description * - ``AllocateMemory(RaeptorCogs::GAPI::Vulkan::RendererBackend *renderer, T data)`` - Allocate Vulkan device memory for the given data. .. doxygenfunction:: AllocateMemory(RaeptorCogs::GAPI::Vulkan::RendererBackend *renderer, T data) :project: RaeptorCogs