Skip to content

Commit

Permalink
Vulkan BDA debugging force m_BufferAddresses to be sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorro666 committed Feb 13, 2024
1 parent 8108516 commit b970689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoc/driver/vulkan/vk_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ struct VulkanCreationInfo
VkMemoryRequirements mrq;
};
std::unordered_map<ResourceId, Buffer> m_Buffer;
rdcflatmap<uint64_t, ResourceId> m_BufferAddresses;
rdcflatmap<uint64_t, ResourceId, 0> m_BufferAddresses;

struct BufferView
{
Expand Down

0 comments on commit b970689

Please sign in to comment.