Silence warnings for wrong manifest type#1650
Merged
charles-lunarg merged 1 commit intoKhronosGroup:mainfrom Feb 3, 2025
Merged
Silence warnings for wrong manifest type#1650charles-lunarg merged 1 commit intoKhronosGroup:mainfrom
charles-lunarg merged 1 commit intoKhronosGroup:mainfrom
Conversation
|
CI Vulkan-Loader build queued with queue ID 363769. |
|
CI Vulkan-Loader build queued with queue ID 363787. |
|
CI Vulkan-Loader build # 2889 running. |
413a19a to
278289b
Compare
|
CI Vulkan-Loader build queued with queue ID 363828. |
|
CI Vulkan-Loader build # 2891 running. |
|
CI Vulkan-Loader build # 2891 failed. |
If the loader happens upon a layer/ICD manifest while searching for manifests of the opposite type, do not emit warnings. These are spurious and only cause users to think something is wrong with the installation when it is actually fine.
278289b to
b9e867a
Compare
|
CI Vulkan-Loader build queued with queue ID 363905. |
|
CI Vulkan-Loader build queued with queue ID 363922. |
|
CI Vulkan-Loader build # 2893 running. |
|
CI Vulkan-Loader build # 2893 passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If the loader happens upon a layer/ICD manifest while searching for manifests of the opposite type, do not emit warnings. These are spurious and only cause users to think something is wrong with the installation when it is actually fine.