Staging Buffers are now labeled
This commit is contained in:
parent
782db1e2a4
commit
fb37742ee0
|
@ -220,6 +220,7 @@ namespace SHADE
|
|||
|
||||
// then assign it to the hpp version
|
||||
stagingBuffer = tempBuffer;
|
||||
SET_VK_OBJ_NAME(device, vk::ObjectType::eBuffer, stagingBuffer, "[Buffer] Staging - " + name);
|
||||
|
||||
// Just map, copy then unmap
|
||||
void* stagingBufferMappedPtr = nullptr;
|
||||
|
|
Loading…
Reference in New Issue