Vulkan-ValidationLayers
Vulkan-ValidationLayers copied to clipboard
layers: Remove Stub from dispatch table helper
Want to see if these Stub
calls are needed
Currently they are the source of hidding a nasty bug (https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/7562) when we call dispatch internally with the wrong version of the API
It might be better to hide the invalid function with a null call