mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
Test VK_EXT_Custom_Border_Color never removed
This commit is contained in:
parent
cb3521272f
commit
ba92cb911f
1 changed files with 3 additions and 2 deletions
|
@ -1191,8 +1191,9 @@ void Device::RemoveUnsuitableExtensions() {
|
|||
// VK_EXT_custom_border_color
|
||||
extensions.custom_border_color = features.custom_border_color.customBorderColors &&
|
||||
features.custom_border_color.customBorderColorWithoutFormat;
|
||||
RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color,
|
||||
VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
||||
// Remove for now only for testing, future solutions to be expected
|
||||
//RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color,
|
||||
//VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
||||
|
||||
// VK_EXT_depth_bias_control
|
||||
extensions.depth_bias_control =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue