Add GetPhysicalDeviceExtensionInfo() function to API
authorTobin Ehlis <tobin@lunarg.com>
Thu, 16 Apr 2015 18:51:37 +0000 (12:51 -0600)
committerTobin Ehlis <tobin@lunarg.com>
Thu, 16 Apr 2015 18:54:48 +0000 (12:54 -0600)
commitca494b063920653e250d9c1e5d62c7f79e1b5327
tree66576104b4d9454046a43de0242499873ada4e63
parent621cdc9bdbc3cf2dcb1a8b8713e0ad20ff42aa7e
Add GetPhysicalDeviceExtensionInfo() function to API

Added function to driver, currently returning a count of 0 and VK_ERROR_INVALID_VALUE if an attempt it made to retrieve extension properties.
This change is slightly leading another so the first paramter is currently "VkPhysicalGpu" but should be migrated to "VkPhysicalDevice" when that change comes in.
icd/nulldrv/nulldrv.c
include/vkLayer.h
include/vkWsiX11Ext.h
include/vulkan.h
vulkan.py