mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add internal marker for GetTextureData on Vulkan
This commit is contained in:
@@ -2815,6 +2815,9 @@ void VulkanReplay::GetTextureData(ResourceId tex, const Subresource &sub,
|
||||
if(!layouts.isMemoryBound)
|
||||
return;
|
||||
|
||||
VkMarkerRegion region(StringFormat::Fmt("GetTextureData(%u, %u, %u, remap=%d)", sub.mip,
|
||||
sub.slice, sub.sample, params.remap));
|
||||
|
||||
Subresource s = sub;
|
||||
|
||||
VkImageCreateInfo imCreateInfo = {
|
||||
|
||||
Reference in New Issue
Block a user