Browse Source

[revert] fix building

eds-true-adreno-fixes
CamilleLaVey 3 weeks ago
committed by Caio Oliveira
parent
commit
6f6ce56528
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 3
      src/video_core/vulkan_common/vulkan_device.cpp

3
src/video_core/vulkan_common/vulkan_device.cpp

@ -1320,9 +1320,6 @@ bool Device::GetSuitability(bool requires_swapchain) {
}
void Device::RemoveUnsuitableExtensions() {
const VkDriverId driver_id = properties.driver.driverID;
const bool is_qualcomm = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY;
// VK_EXT_custom_border_color
// Enable extension if driver supports it, then check individual features
// - customBorderColors: Required to use VK_BORDER_COLOR_FLOAT_CUSTOM_EXT

Loading…
Cancel
Save