layers: GL64 Don't warn on descriptor set that's not updated
authorTobin Ehlis <tobine@google.com>
Fri, 29 Jan 2016 14:52:45 +0000 (07:52 -0700)
committerTobin Ehlis <tobine@google.com>
Wed, 3 Feb 2016 22:55:10 +0000 (15:55 -0700)
commit3eec9ae1d564a99b124bf2eef1c4ec85f539626c
tree3ee1a1085c01e4d36f30e5841c237347ee4cfe2e
parent5bc5421fb655a38afff00939afcdc1f2482f14b2
layers: GL64 Don't warn on descriptor set that's not updated

Previously was not handling the case of 0 sets in a layout.
Now catching this case by verifying that a descriptor set's
layout bindingCount is not zero before incrementing internal
descriptorCount variable.
layers/draw_state.cpp