-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layers: Remove Stub from dispatch table helper #8318
base: main
Are you sure you want to change the base?
layers: Remove Stub from dispatch table helper #8318
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 223324. |
CI Vulkan-ValidationLayers build # 17113 running. |
CI Vulkan-ValidationLayers build # 17113 failed. |
498cd80
to
be5320b
Compare
CI Vulkan-ValidationLayers build queued with queue ID 226603. |
CI Vulkan-ValidationLayers build # 17160 running. |
CI Vulkan-ValidationLayers build # 17160 failed. |
Is it a draft? |
Making a draft now seems that this fails on Android (due to the Android Loader setup) and need to go do some git digging to understand why these Stub functions were added and if/how we can actually remove them |
Want to see if these
Stub
calls are neededCurrently they are the source of hidding a nasty bug (#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