From 5dcbc1d600dae780e98ae574d61dbd25cd584678 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 13 Sep 2016 11:22:22 +1200 Subject: [PATCH] layers: tweak comments from review feedback Signed-off-by: Chris Forbes --- layers/core_validation.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index c17ca3e..2124b67 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -2742,7 +2742,6 @@ static bool validate_pipeline_shader_stage(debug_report_data *report_data, auto pipelineLayout = pipeline->pipeline_layout; - /* validate push constant usage */ pass &= validate_specialization_offsets(report_data, pStage); pass &= validate_push_constant_usage(report_data, &pipelineLayout.push_constant_ranges, module, accessible_ids, pStage->stage); @@ -2855,8 +2854,7 @@ static bool validate_and_capture_pipeline_shader_state(debug_report_data *report enabledFeatures, shaderModuleMap); } - // if the shader stages are no good individually, cross-stage validation is - // pointless. + // if the shader stages are no good individually, cross-stage validation is pointless. if (!pass) return false; -- 2.7.4