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
In #1928 it was decided that there are a few places in the source code that have a switch statement on vkObjectType variables which can be automatically generated.
In #1928 it was decided that there are a few places in the source code that have a switch statement on
vkObjectType
variables which can be automatically generated.These places are:
GetWrappedId
inside framework/encode/vulkan_handle_wrapper_util.cppMapHandle
inside framework/decode/vulkan_handle_mapping_util.cppWriteDebugUtilsState
inside framework/encode/vulkan_state_writer.cppAssignDebugToObject
inside framework/encode/vulkan_state_tracker.cppInvestigate in which places the code can be generated automatically and do so
The text was updated successfully, but these errors were encountered: