LunarG / vktrace

Vulkan vktrace / vkreplay
Other
6 stars 8 forks source link

vkreplay of api calls containing structs with a pnext needs to call vktrace_interpret_pnext_pointers #25

Open davidlunarg opened 6 years ago

davidlunarg commented 6 years ago

vktrace_interpret_pnext_pointers needs to be called for all structs in generated replay entry points. It's currently done for only vkSparseMemoryRequirements2, as part of pull request 493.