layers:Verify valid buffer for tex buff ds update
authorTobin Ehlis <tobine@google.com>
Wed, 11 Oct 2017 14:48:00 +0000 (08:48 -0600)
committerTobin Ehlis <tobine@google.com>
Thu, 12 Oct 2017 16:51:41 +0000 (10:51 -0600)
commita92a2ef006274c08585058a1edbe5e911aea801e
treed5ce1c885d6ca37a4cca2cb7b18ddfc188a2651c
parent61d5a562ba4e4a70142658b13a99e40d3c833b78
layers:Verify valid buffer for tex buff ds update

Fixes #2104

Make sure that buffer underlying the bufferView of texel buffer for a
uniform or storage texel buffer update has a valid buffer behind it.
Object tracker only checks to make sure that the view itself hasn't
been destroyed, so need this extra level of checking at this level to
avoid crash.
layers/descriptor_sets.cpp