tests: Use CmdFillBuffer to slim down InvalidCmdBufferBufferDestroyed
authorChris Forbes <chrisforbes@google.com>
Fri, 16 Sep 2016 05:37:17 +0000 (17:37 +1200)
committerChris Forbes <chrisforbes@google.com>
Sun, 18 Sep 2016 20:54:42 +0000 (08:54 +1200)
commit7ef971c6541666e6c18079d0df14bf24086bee71
tree0f9a1e1a1a2c583dec2ff5b8fbb854b57a90a5d5
parent9c4006684a13db43f0dbc8d0015a9ef34872ca09
tests: Use CmdFillBuffer to slim down InvalidCmdBufferBufferDestroyed

- Fix the usage flags (in neither version did we want
  UNIFORM_BUFFER_BIT).
- Get rid of the image distraction, which had broken layout, /and/ would
  count as another referenced object to be complained about.

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