mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Vulkan: Ignore VVL errors from GOOGLE extension
We're seeing VUID-VkSamplerCreateInfo-pNext-pNext fire when rolling vulkan-deps. It is complaining about an unknown VkStructureType (1000264000) The type is implemented by VK_GOOGLE_sampler_filtering_precision, which is a private extension. We can ignore this VVL error. Bug: angleproject:8349 Change-Id: Ie424458873192b668371d8215dadf9788479f8dd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4874597 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
d46bc77d0d
commit
c8e16b071e
@@ -270,6 +270,8 @@ constexpr const char *kSkippedMessages[] = {
|
||||
"VUID-vkCmdDrawIndexed-None-09003",
|
||||
// https://anglebug.com/8334
|
||||
"VUID-VkDescriptorImageInfo-imageView-07796",
|
||||
// https://anglebug.com/8349
|
||||
"VUID-VkSamplerCreateInfo-pNext-pNext",
|
||||
};
|
||||
|
||||
// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is
|
||||
|
||||
Reference in New Issue
Block a user