mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Remove unused code
This commit is contained in:
parent
d0220181d0
commit
e43eab99ec
2 changed files with 0 additions and 117 deletions
|
@ -1583,17 +1583,6 @@ static void PrintMemoryTypes()
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
template<typename It, typename MapFunc>
|
||||
inline VkDeviceSize MapSum(It beg, It end, MapFunc mapFunc)
|
||||
{
|
||||
VkDeviceSize result = 0;
|
||||
for(It it = beg; it != end; ++it)
|
||||
result += mapFunc(*it);
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
static bool CanCreateVertexBuffer(uint32_t allowedMemoryTypeBits)
|
||||
{
|
||||
VkBufferCreateInfo bufCreateInfo = { VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue