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
These use a different style of intercept than normal intercept functions, and do not layer in the same way. We currently treat them like normal intercepts, which means that things crash if you try to use the intercept with multiple layers installed because the function in the "layer below" is strange and doesn't behave like a driver ...
It's not clear if the Android loader implements the *Chain intercepts at all?
PR #53 disables next-layer queries using vkEnumerateInstanceLayersProperties(), but Android doesn't implement the specified way to do this so we cannot reliably query available extensions for multi-layer scenarios.
Vulkan has a small number of functions that are special and handled by the loader.
These use a different style of intercept than normal intercept functions, and do not layer in the same way. We currently treat them like normal intercepts, which means that things crash if you try to use the intercept with multiple layers installed because the function in the "layer below" is strange and doesn't behave like a driver ...
It's not clear if the Android loader implements the
*Chain
intercepts at all?It's not clear that the Khronos VVL implement these correctly either KhronosGroup/Vulkan-Loader#1487
The text was updated successfully, but these errors were encountered: