From 5acbc4d4f7fedbe8875b335220c86c89758595b9 Mon Sep 17 00:00:00 2001 From: Alan Baker Date: Mon, 9 Sep 2024 12:01:22 -0400 Subject: [PATCH] remove old comment --- source/val/validate_image.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/val/validate_image.cpp b/source/val/validate_image.cpp index 9c2fd93380..e77fc12994 100644 --- a/source/val/validate_image.cpp +++ b/source/val/validate_image.cpp @@ -1043,9 +1043,6 @@ spv_result_t ValidateSampledImage(ValidationState_t& _, } } - // TODO(atgoo@github.com) Check compatibility of result type and received - // image. - if (spvIsVulkanEnv(_.context()->target_env)) { if (info.sampled != 1) { return _.diag(SPV_ERROR_INVALID_DATA, inst)