Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
/ UsesBuffers
Method
UsesBuffers
src/Tests.cpp:201–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
bool UsesBuffers() const
202
{
203
for(size_t i = 0; i < AllocationSizes.size(); ++i)
204
if(AllocationSizes[i].BufferSizeMax > 0)
205
return true;
206
return false;
207
}
208
209
bool UsesImages() const
210
{
Callers
1
TestPool_Benchmark
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected