loader: gh971 EnumPhysDev return VK_INCOMPLETE
authorMark Young <marky@lunarg.com>
Mon, 26 Sep 2016 17:38:46 +0000 (11:38 -0600)
committerMark Young <marky@lunarg.com>
Mon, 26 Sep 2016 19:14:04 +0000 (13:14 -0600)
commit87070d81bca386e4a3fb1295e8d7dc232ec48622
tree62ef2c27d3c6050b77abc3300721780ee725b4be
parent10444e05b624b09968cde9d7e40dd84e232fb8b2
loader: gh971 EnumPhysDev return VK_INCOMPLETE

vkEnumeratePhysicalDevices should return VK_INCOMPLETE if the
following conditions are met:
a) pPhysicalDeviceCount < number of physical devices available
b) pPhysicalDevices != NULL
The code was actually in place, but was not getting hit.

Change-Id: I725fec5e57239f990590d9e447bb057ebc3502a1
loader/loader.c