File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
engine/src/flutter/impeller/renderer/backend/vulkan Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -117,21 +117,6 @@ DebugReportVK::Result DebugReportVK::OnDebugCallback(
117117 if (data->messageIdNumber == 0x609A13B ) {
118118 return Result::kContinue ;
119119 }
120- // TODO(149111): Fix VUID-VkShaderModuleCreateInfo-pCode-08737.
121- if (data->pMessageIdName != nullptr &&
122- strcmp (data->pMessageIdName ,
123- " VUID-VkShaderModuleCreateInfo-pCode-08737" ) == 0 ) {
124- return Result::kContinue ;
125- }
126- // TODO(149111): Fix
127- // VUID-VkPipelineShaderStageCreateInfo-pSpecializationInfo-06849.
128- if (data->pMessageIdName != nullptr &&
129- strcmp (
130- data->pMessageIdName ,
131- " VUID-VkPipelineShaderStageCreateInfo-pSpecializationInfo-06849" ) ==
132- 0 ) {
133- return Result::kContinue ;
134- }
135120
136121 // This warning happens when running tests that use SwiftShader.
137122 // Some SPIR-V shaders request the UniformAndStorageBuffer16BitAccess
@@ -145,7 +130,6 @@ DebugReportVK::Result DebugReportVK::OnDebugCallback(
145130 std::vector<std::pair<std::string, std::string>> items;
146131
147132 items.emplace_back (" Severity" , vk::to_string (severity));
148-
149133 items.emplace_back (" Type" , vk::to_string (type));
150134
151135 if (data->pMessageIdName ) {
You can’t perform that action at this time.
0 commit comments