MCPcopy 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_BenchmarkFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected