diff options
| author | Lenny Komow <lenny@lunarg.com> | 2018-03-09 10:18:32 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | d87736250385efa934cec77b3a2d5a9e9d62d1e7 (patch) | |
| tree | 0af90dc5227796e049ab2cc960eb5d313c663e27 | |
| parent | d430624d1078c844ca6f51242df76299213327b2 (diff) | |
| download | usermoji-d87736250385efa934cec77b3a2d5a9e9d62d1e7.tar.xz | |
loader: Remove old declaration for KHX extension
| -rw-r--r-- | loader/extension_manual.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/extension_manual.h b/loader/extension_manual.h index f1b7b6ba..5ae93bf0 100644 --- a/loader/extension_manual.h +++ b/loader/extension_manual.h @@ -25,14 +25,6 @@ // These functions, for whatever reason, require more complex changes than // can easily be automatically generated. -/*VKAPI_ATTR VkResult VKAPI_CALL EnumeratePhysicalDeviceGroupsKHR( - VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, - VkPhysicalDeviceGroupPropertiesKHR *pPhysicalDeviceGroupProperties); - -VKAPI_ATTR VkResult VKAPI_CALL terminator_EnumeratePhysicalDeviceGroupsKHR( - VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, - VkPhysicalDeviceGroupPropertiesKHR *pPhysicalDeviceGroupProperties);*/ - VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceExternalImageFormatPropertiesNV( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, |
