Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4901
template<typename T, typename allocatorT>
4902
void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index)
4903
{
4904
vec.remove(index);
4905
}
4906
4907
} // namespace
4908
Callers
3
VmaVectorRemoveSorted
Function · 0.85
CleanupAfterFree
Method · 0.85
Remove
Method · 0.85
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected