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

Function VmaVectorRemove

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

Source from the content-addressed store, hash-verified

4900
4901template<typename T, typename allocatorT>
4902void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index)
4903{
4904 vec.remove(index);
4905}
4906
4907} // namespace
4908

Callers 3

VmaVectorRemoveSortedFunction · 0.85
CleanupAfterFreeMethod · 0.85
RemoveMethod · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected