From 675424270e816e322459fdef408e813fa7abd2a7 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Wed, 4 Jan 2017 09:17:01 -0700 Subject: layers:Add TODO comments for valid usage updates Note a few unique error enum duplicates that should have their own unique ids added through spec updates. --- layers/descriptor_sets.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'layers/descriptor_sets.cpp') diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp index 902a71cc..6de07cc3 100644 --- a/layers/descriptor_sets.cpp +++ b/layers/descriptor_sets.cpp @@ -1221,6 +1221,7 @@ bool cvdescriptorset::DescriptorSet::ValidateWriteUpdate(const debug_report_data // Verify consecutive bindings match (if needed) if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "write update to", set_, error_msg)) { + // TODO : Should break out "consecutive binding updates" language into valid usage statements *error_code = VALIDATION_ERROR_00938; return false; } -- cgit v1.2.3