Browse Source
Missing var
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3251/head
Caio Oliveira
1 month ago
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
0 deletions
-
src/video_core/vulkan_common/vulkan_device.cpp
|
|
|
@ -1308,6 +1308,7 @@ bool Device::GetSuitability(bool requires_swapchain) { |
|
|
|
const VkDriverId driver_id = properties.driver.driverID; |
|
|
|
const bool is_intel_windows = driver_id == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS; |
|
|
|
const bool is_turnip = driver_id == VK_DRIVER_ID_MESA_TURNIP; |
|
|
|
const bool is_qualcomm = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY; |
|
|
|
|
|
|
|
// VK_EXT_CUSTOM_BORDER_COLOR
|
|
|
|
|
|
|
|
|