layers: Simplify command buffer pool cleanup
authorChris Forbes <chrisforbes@google.com>
Tue, 17 May 2016 06:47:09 +0000 (18:47 +1200)
committerTobin Ehlis <tobine@google.com>
Thu, 19 May 2016 14:48:42 +0000 (08:48 -0600)
commite4c92d5ab6ea4b6a36f4d142698da5cabaee154b
tree892c33f4b177635ac433f4c8269833561c9dbf18
parentd2769d64be84e67a93a0df1503b4ea44c3d56f6b
layers: Simplify command buffer pool cleanup

We don't need to carefully pick through the pool's buffers, removing
them. We're about to throw away the whole container.

Signed-off-by: Chris Forbes <chrisforbes@google.com>
layers/core_validation.cpp