Vulkan-ExtensionLayer
Vulkan-ExtensionLayer copied to clipboard
Layer providing Vulkan features when native support is unavailable
Running this test on recent RADV systems, such as mesa-vulkan-drivers version 23.2.1 will crash the window system in a way that usually requires a reboot. This test is going to...
This happened when subgroupsize is 16 Also fix the test to use BDA usage Worth checking if this passes on Pixel 7 as well. This fix was suggested by ARM...
Seeing the following tests fail on a pixel 7 device: ``` [==========] Running 17 tests from 3 test suites. [----------] Global test environment set-up. [----------] 14 tests from Sync2Test [...
The shader objects layer can benefit from this extension and support will be added.
We should check the status of the extension support in the underlying implementation and return the function pointers of the next layer if it's available.
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...
It's possible to write a sampled image descriptor which expects the image subresource to be in VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL, which was introduced in sync2. The sync2 layer doesn't implement vkUpdateDescriptorSets and other...