| 1191 | } |
| 1192 | |
| 1193 | static 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 | |
| 1200 | static void CreateBuffer( |
| 1201 | VmaAllocationCreateInfo allocCreateInfo, |