Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apidump: Print VkDeviceAddress in hex. #1967

Open
dorian-apanel-intel opened this issue Mar 18, 2024 · 0 comments
Open

apidump: Print VkDeviceAddress in hex. #1967

dorian-apanel-intel opened this issue Mar 18, 2024 · 0 comments

Comments

@dorian-apanel-intel
Copy link

Currently VkDeviceAddress is printed in decimal format:

Thread 0, Frame 0:
vkGetBufferDeviceAddressKHR(device, pInfo) returns VkDeviceAddress 18446664944411934720:
    device:                         VkDevice = 00000215359B2600
    pInfo:                          const VkBufferDeviceAddressInfo* = 00000061570FC518:
        sType:                          VkStructureType = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO (1000244001)
        pNext:                          const void* = NULL
        buffer:                         VkBuffer = 00000216EC3AA820

I think it would be more useful to have it in hex, just like object handles.

Same issue I see with VkDebugUtilsObjectNameInfoEXT.objectHandle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants