We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
VkDebugUtilsObjectNameInfoEXT.objectHandle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently VkDeviceAddress is printed in decimal format:
I think it would be more useful to have it in hex, just like object handles.
Same issue I see with
VkDebugUtilsObjectNameInfoEXT.objectHandle
The text was updated successfully, but these errors were encountered: