diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-05-20 18:27:28 +1200 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-05-23 11:15:19 +1200 |
| commit | 1679dfd7d4f2329474a375f2bb1e5f5e5ec6f9c9 (patch) | |
| tree | a053e1701eae372ff2e6292f09aefc86329bfdfe /layers/core_validation.h | |
| parent | 2edec5a133b3b0e75110c4ce357a33e5806c88ea (diff) | |
| download | usermoji-1679dfd7d4f2329474a375f2bb1e5f5e5ec6f9c9.tar.xz | |
layers: Add getPipelineLayout helper, use it
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/core_validation.h')
| -rw-r--r-- | layers/core_validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<VkPipelineColorBlendAttachmentState> 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() |
