commit | 75f6fa91752ab4aa9a2f7782593b4992ff6b908b | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Wed Dec 16 07:17:23 2015 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Mon Dec 28 11:54:29 2015 -0700 |
tree | eca897f9bca87a37dc2c17d7782e50f758be5df0 | |
parent | 746359361409d4957948f0bb732293266e581c54 [diff] |
layers: Fix DrawState BeginCommandBuffer check According to the spec, framebuffer parameter can be NULL when vkBeginCommandBuffer() is called on a secondary command buffer, however it may result in lower performance. Changed this ERROR to a PERF_WARN. Conflicts: layers/draw_state.cpp