Description of problem: The packaged version of vulkan-validation-layers due to some undefined behavior gives false positive warnings to users that if not immediately recognized as false positives (which is hard to do) can cause huge time-wastage trying to fix a non-existant bug in one's program. The fix is simply to upgrade this package to at least 1.3.261, which is already available in Rawhide. If you want to backport the fix, here it is: https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/6049 Version-Release number of selected component (if applicable): 1.3.250.1 How reproducible: Very Steps to Reproduce: 1. Download this MCVE: https://github.com/KhronosGroup/Vulkan-Docs/files/13404906/mcve.zip 2. Compile & Run it 3. Observe the validation errors printed to stderr/stdout, despite the program being correct Actual results: Validation errors printed to stderr/stdout, despite the program being correct Expected results: No validation errors are expected (verified on new version of vulkan-validation-layers) Additional info: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/6995
Vulkan SDK 1.3.268.0 submitted for testing on Fedora 39: https://bodhi.fedoraproject.org/updates/FEDORA-2023-6bd7de45ff It should be available soon.
Closing this issue as Vulkan SDK 1.3.268.0 is already available on Fedora 39: https://src.fedoraproject.org/rpms/vulkan-validation-layers
FEDORA-2023-92bea6ec75 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-92bea6ec75
FEDORA-2023-92bea6ec75 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-92bea6ec75` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-92bea6ec75 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-92bea6ec75 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.