Swapchain: Match validity rules for pCreateInfo->imageUsage.
authorIan Elliott <ianelliott@google.com>
Wed, 20 Jan 2016 13:03:12 +0000 (06:03 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 28 Jan 2016 18:18:35 +0000 (11:18 -0700)
commitd5cac28bb7e5a5fc30e611d578d8a1a76e4af73e
tree8d78be6a5b61d57a3560afe7c2725ea88c485d4c
parentfaa60b7a3dca6605a258d497b7205a7bbd965910
Swapchain: Match validity rules for pCreateInfo->imageUsage.

Should not check that the value is non-zero, only that it's a subset of the
bits in pCapabilities->supportedUsageFlags.
layers/swapchain.cpp