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

Function GetMemReq

src/Tests.cpp:1193–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193static void GetMemReq(VmaAllocationCreateInfo& outMemReq)
1194{
1195 outMemReq = {};
1196 outMemReq.usage = VMA_MEMORY_USAGE_CPU_TO_GPU;
1197 //outMemReq.flags = VMA_ALLOCATION_CREATE_PERSISTENT_MAP_BIT;
1198}
1199
1200static void CreateBuffer(
1201 VmaAllocationCreateInfo allocCreateInfo,

Callers 1

CreateAllocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected