MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / GetDeviceMemory

Method GetDeviceMemory

include/vk_mem_alloc.h:6311–6311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6309
6310 VmaPool GetParentPool() const { return m_hParentPool; }
6311 VkDeviceMemory GetDeviceMemory() const { return m_hMemory; }
6312 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; }
6313 uint32_t GetId() const { return m_Id; }
6314 void* GetMappedData() const { return m_pMappedData; }

Callers 1

GetMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected