| 99 | } |
| 100 | |
| 101 | void* VKBuffer::Map(VkDevice device, const CPUAccess access) |
| 102 | { |
| 103 | mappedCPUAccess_ = access; |
| 104 | return bufferObjStaging_.Map(device); |
| 105 | } |
| 106 | |
| 107 | void VKBuffer::Unmap(VkDevice device) |
| 108 | { |
no outgoing calls
no test coverage detected