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

Method GetMapRefCount

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

Source from the content-addressed store, hash-verified

6313 uint32_t GetId() const { return m_Id; }
6314 void* GetMappedData() const { return m_pMappedData; }
6315 uint32_t GetMapRefCount() const { return m_MapCount; }
6316
6317 // Call when allocation/free was made from m_pMetadata.
6318 // Used for m_MappingHysteresis.

Callers 1

PrintDetailedMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected