From 1679dfd7d4f2329474a375f2bb1e5f5e5ec6f9c9 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 20 May 2016 18:27:28 +1200 Subject: layers: Add getPipelineLayout helper, use it Signed-off-by: Chris Forbes --- layers/core_validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.h') diff --git a/layers/core_validation.h b/layers/core_validation.h index 1d312e12..b4927b7b 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -148,7 +148,7 @@ class PIPELINE_NODE { std::vector attachments; bool blendConstantsEnabled; // Blend constants enabled for any attachments RENDER_PASS_NODE *renderPass; - PIPELINE_LAYOUT_NODE *pipelineLayout; + PIPELINE_LAYOUT_NODE const *pipelineLayout; // Default constructor PIPELINE_NODE() -- cgit v1.2.3