diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-08 15:13:50 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:18:20 -0600 |
| commit | 1c3d9f0ff936698e138685aedb707e24336b03d8 (patch) | |
| tree | 5ce50c4e8d30efb865fe1e20634621708019168e /loader/loader.h | |
| parent | 7bde64b7421e4cf6ffdb8160276dcd55c6197080 (diff) | |
| download | usermoji-1c3d9f0ff936698e138685aedb707e24336b03d8.tar.xz | |
loader: add debug log message
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/loader/loader.h b/loader/loader.h index ac54b59a..2a774a59 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -327,21 +327,6 @@ VkResult loader_CreateDevice( const VkDeviceCreateInfo* pCreateInfo, VkDevice* pDevice); -#if 0 -VkResult VKAPI loader_GetGlobalExtensionInfo( - VkExtensionInfoType infoType, - uint32_t extensionIndex, - size_t* pDataSize, - void* pData); - -VkResult loader_GetPhysicalDeviceExtensionInfo( - VkPhysicalDevice gpu, - VkExtensionInfoType infoType, - uint32_t extensionIndex, - size_t* pDataSize, - void* pData); -#endif - VkResult loader_GetMultiDeviceCompatibility( VkPhysicalDevice gpu0, VkPhysicalDevice gpu1, |
