Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 840f8f3

Browse files
authored
[Impeller] Don't suppress outdated validation error. (#50568)
We build our own validation layers. So this should no longer be an issue.
1 parent f5dfaa7 commit 840f8f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

impeller/renderer/backend/vulkan/debug_report_vk.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@ DebugReportVK::Result DebugReportVK::OnDebugCallback(
111111
return Result::kContinue;
112112
}
113113

114-
// Issue in older versions of the SDK.
115-
// https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/3554
116-
if (data->pMessageIdName != nullptr &&
117-
strstr(data->pMessageIdName, "CoreValidation-Shader-OutputNotConsumed") !=
118-
nullptr) {
119-
return Result::kContinue;
120-
}
121-
122114
// This is a real error but we can't fix it due to our headers being too
123115
// old. More more details see:
124116
// https://vulkan.lunarg.com/doc/view/1.3.224.1/mac/1.3-extensions/vkspec.html#VUID-VkImageViewCreateInfo-imageViewFormatSwizzle-04465

0 commit comments

Comments
 (0)