Loading vulkan/libvulkan/driver.cpp +0 −3 Original line number Original line Diff line number Diff line Loading @@ -778,9 +778,6 @@ VkResult EnumerateDeviceExtensionProperties( loader_extensions.push_back({ loader_extensions.push_back({ VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME, VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME, VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION}); VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION}); loader_extensions.push_back({ VK_EXT_HDR_METADATA_EXTENSION_NAME, VK_EXT_HDR_METADATA_SPEC_VERSION}); // conditionally add shared_presentable_image if supportable // conditionally add shared_presentable_image if supportable VkPhysicalDevicePresentationPropertiesANDROID presentation_properties; VkPhysicalDevicePresentationPropertiesANDROID presentation_properties; Loading Loading
vulkan/libvulkan/driver.cpp +0 −3 Original line number Original line Diff line number Diff line Loading @@ -778,9 +778,6 @@ VkResult EnumerateDeviceExtensionProperties( loader_extensions.push_back({ loader_extensions.push_back({ VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME, VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME, VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION}); VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION}); loader_extensions.push_back({ VK_EXT_HDR_METADATA_EXTENSION_NAME, VK_EXT_HDR_METADATA_SPEC_VERSION}); // conditionally add shared_presentable_image if supportable // conditionally add shared_presentable_image if supportable VkPhysicalDevicePresentationPropertiesANDROID presentation_properties; VkPhysicalDevicePresentationPropertiesANDROID presentation_properties; Loading