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

Method SetUserData

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

Source from the content-addressed store, hash-verified

6430 bool IsMappingAllowed() const { return (m_Flags & FLAG_MAPPING_ALLOWED) != 0; }
6431
6432 void SetUserData(VmaAllocator hAllocator, void* pUserData) { m_pUserData = pUserData; }
6433 void SetName(VmaAllocator hAllocator, const char* pName);
6434 void FreeName(VmaAllocator hAllocator);
6435 uint8_t SwapBlockAllocation(VmaAllocator hAllocator, VmaAllocation allocation);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected