You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API dump is printing some uint64_t values, which are tagged with objecttype="objectType" in vk.xml, using the integer form. It would be much better to print them similar to the object handles to be able to easily match the usages within an API dump listing.
Example, VkDebugUtilsObjectNameInfoEXT call defined as:
API dump is printing some uint64_t values, which are tagged with
objecttype="objectType"
invk.xml
, using the integer form. It would be much better to print them similar to the object handles to be able to easily match the usages within an API dump listing.Example,
VkDebugUtilsObjectNameInfoEXT
call defined as:Currently the dump generates output like:
And when the object is named, would be good to see the same formatting with the name of the object as well, similar to
This would be quite useful especially for some extension functions like
vkSetPrivateDataEXT
.The text was updated successfully, but these errors were encountered: