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
The generated code for vkCmdExecuteGeneratedCommandsEXT is insufficient, as it will issue some Draw/Dispatch/TraceRays commands that will require special handling just like the normal function calls for Draw/Dispatch/TraceRays.
Need to add an override to vulkan_replay_dump_resources.cpp to determine which type of commands are being issued, and then do the necessary handling for that type.
The text was updated successfully, but these errors were encountered:
The generated code for vkCmdExecuteGeneratedCommandsEXT is insufficient, as it will issue some Draw/Dispatch/TraceRays commands that will require special handling just like the normal function calls for Draw/Dispatch/TraceRays.
Need to add an override to
vulkan_replay_dump_resources.cpp
to determine which type of commands are being issued, and then do the necessary handling for that type.The text was updated successfully, but these errors were encountered: