Skip to content

zink: move extension function verification to when it is used

He Haocheng requested to merge hch12907/mesa:zink-dispatch-tables into main

Some vulkan functions are not loaded when the corresponding features are not enabled, but the verifier checks for all functions, so make the verifier more forgiving and use a stub to catch when we actually use a function that is not loaded.

cc @kusma and @zmike

Merge request reports