MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / CheckPoolCorruption

Method CheckPoolCorruption

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

Source from the content-addressed store, hash-verified

14956}
14957
14958VkResult VmaAllocator_T::CheckPoolCorruption(VmaPool hPool)
14959{
14960 return hPool->m_BlockVector.CheckCorruption();
14961}
14962
14963VkResult VmaAllocator_T::CheckCorruption(uint32_t memoryTypeBits)
14964{

Callers 1

vmaCheckPoolCorruptionFunction · 0.80

Calls 1

CheckCorruptionMethod · 0.80

Tested by

no test coverage detected