forked from eden-emu/eden
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ba92cb911f |
1 changed files with 3 additions and 2 deletions
|
@ -1191,8 +1191,9 @@ void Device::RemoveUnsuitableExtensions() {
|
||||||
// VK_EXT_custom_border_color
|
// VK_EXT_custom_border_color
|
||||||
extensions.custom_border_color = features.custom_border_color.customBorderColors &&
|
extensions.custom_border_color = features.custom_border_color.customBorderColors &&
|
||||||
features.custom_border_color.customBorderColorWithoutFormat;
|
features.custom_border_color.customBorderColorWithoutFormat;
|
||||||
RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color,
|
// Remove for now only for testing, future solutions to be expected
|
||||||
VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
//RemoveExtensionFeatureIfUnsuitable(extensions.custom_border_color, features.custom_border_color,
|
||||||
|
//VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
||||||
|
|
||||||
// VK_EXT_depth_bias_control
|
// VK_EXT_depth_bias_control
|
||||||
extensions.depth_bias_control =
|
extensions.depth_bias_control =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue