commit | b8d47aefe02dbdc6cbe2f5c98b186f53eeffec89 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Wed Nov 11 10:18:12 2015 +0800 |
committer | Jon Ashburn <jon@lunarg.com> | Wed Nov 11 08:59:17 2015 -0700 |
tree | 16dc6962bcc5b13a3b157c20a16bf2d497d7a6b9 | |
parent | e1e09729ad4e692fa5fe569fdfd5c23bd3d124a1 [diff] [blame] |
bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15089
diff --git a/tests/vktestbinding.cpp b/tests/vktestbinding.cpp index 5290176..b67f5fb 100644 --- a/tests/vktestbinding.cpp +++ b/tests/vktestbinding.cpp
@@ -815,6 +815,9 @@ info.renderPass = VK_NULL_HANDLE; info.subpass = 0; info.framebuffer = VK_NULL_HANDLE; + info.occlusionQueryEnable = VK_FALSE; + info.queryFlags = 0; + info.pipelineStatistics = 0; begin(&info); }