mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-17 08:07:01 +02:00
fix building
This commit is contained in:
parent
68a92e246d
commit
bd36b8b8ee
1 changed files with 3 additions and 0 deletions
|
|
@ -1342,6 +1342,9 @@ bool Device::GetSuitability(bool requires_swapchain) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Device::RemoveUnsuitableExtensions() {
|
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
|
// VK_EXT_custom_border_color
|
||||||
// Enable extension if driver supports it, then check individual features
|
// Enable extension if driver supports it, then check individual features
|
||||||
// - customBorderColors: Required to use VK_BORDER_COLOR_FLOAT_CUSTOM_EXT
|
// - customBorderColors: Required to use VK_BORDER_COLOR_FLOAT_CUSTOM_EXT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue