diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-05-06 16:11:29 +1200 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-05-11 06:15:06 -0600 |
| commit | 686e71c8ac13906cb03fcf07faef56b08399181e (patch) | |
| tree | c18f8a1a56c210da7a98b091705937666d9a8583 /layers/core_validation.cpp | |
| parent | ccd1787cd5ce8a89cd103c2cd25888ce2cb2d583 (diff) | |
| download | usermoji-686e71c8ac13906cb03fcf07faef56b08399181e.tar.xz | |
layers: Add VkRenderPass member to RENDER_PASS_NODE
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 6f749814..e2a03965 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -8479,6 +8479,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateRenderPass(VkDevice device, const VkRenderP } auto render_pass = new RENDER_PASS_NODE(localRPCI); + render_pass->renderPass = *pRenderPass; render_pass->hasSelfDependency = has_self_dependency; render_pass->subpassToNode = subpass_to_node; #if MTMERGESOURCE |
