Vulkan-ExtensionLayer icon indicating copy to clipboard operation
Vulkan-ExtensionLayer copied to clipboard

[question] It's possible will have support extension layer for VK_EXT_robustness2?

Open mrcmunir opened this issue 2 years ago • 1 comments

https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_robustness2.html

Hi The principal reason some vendor specialy in mobile socs devices no/missing implemented supported null descriptors needed for few cases and will useful in case not native supported in userspace vendor implementation .

mrcmunir avatar Jun 20 '23 15:06 mrcmunir

It seems like this would require modifying shaders to add bounds checking similar to what is done in GPU Assisted Validation. So it is theoretically possible but would likely require a lot of effort to implement.

jeremyg-lunarg avatar Jun 21 '23 14:06 jeremyg-lunarg