-
Notifications
You must be signed in to change notification settings - Fork 410
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: Warn if VkLayerSettingEXT has wrong type or duplicated #9032
layers: Warn if VkLayerSettingEXT has wrong type or duplicated #9032
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 324969. |
CI Vulkan-ValidationLayers build # 18337 running. |
CI Vulkan-ValidationLayers build # 18337 failed. |
93b4e31
to
36aa939
Compare
CI Vulkan-ValidationLayers build queued with queue ID 324991. |
CI Vulkan-ValidationLayers build # 18338 running. |
CI Vulkan-ValidationLayers build # 18338 passed. |
36aa939
to
d525ae9
Compare
CI Vulkan-ValidationLayers build queued with queue ID 325735. |
CI Vulkan-ValidationLayers build # 18347 running. |
CI Vulkan-ValidationLayers build # 18347 failed. |
d525ae9
to
3aed97d
Compare
CI Vulkan-ValidationLayers build queued with queue ID 325855. |
CI Vulkan-ValidationLayers build # 18351 running. |
CI Vulkan-ValidationLayers build # 18351 passed. |
closes #9028
We ultimately need a more streamline, auto-generated way of doing this type of checks (else adding a setting only gets more complicated again)
For now, at least warn the user if they have the wrong
VkLayerSettingTypeEXT
or duplicated a setting