diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-12 12:52:09 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:20 -0600 |
| commit | 4a593f1521130ba94933cb384f32b763616be8ee (patch) | |
| tree | 2a9cf90e2e0aeb575b923ce43573e81a28c6998b /include | |
| parent | 328021cda91349c175b1ed24117b3f54b9726139 (diff) | |
| download | usermoji-4a593f1521130ba94933cb384f32b763616be8ee.tar.xz | |
v115: remove GetPhysicalDevicePerformance
Diffstat (limited to 'include')
| -rw-r--r-- | include/vk_layer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vk_layer.h b/include/vk_layer.h index 25c30e22..02591550 100644 --- a/include/vk_layer.h +++ b/include/vk_layer.h @@ -179,11 +179,10 @@ typedef struct VkLayerInstanceDispatchTable_ PFN_vkDestroyInstance DestroyInstance; PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices; PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; - PFN_vkGetPhysicalDeviceFormatInfo GetPhysicalDeviceFormatInfo; + PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; PFN_vkGetPhysicalDeviceLimits GetPhysicalDeviceLimits; PFN_vkGetPhysicalDeviceSparseImageFormatProperties GetPhysicalDeviceSparseImageFormatProperties; PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; - PFN_vkGetPhysicalDevicePerformance GetPhysicalDevicePerformance; PFN_vkGetPhysicalDeviceQueueCount GetPhysicalDeviceQueueCount; PFN_vkGetPhysicalDeviceQueueProperties GetPhysicalDeviceQueueProperties; PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; |
