[turnip] Disable problematic extension
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
This commit is contained in:
parent
815d85677a
commit
403989a8d7
1 changed files with 4 additions and 4 deletions
|
@ -494,11 +494,11 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
||||||
CollectPhysicalMemoryInfo();
|
CollectPhysicalMemoryInfo();
|
||||||
CollectToolingInfo();
|
CollectToolingInfo();
|
||||||
|
|
||||||
if (is_qualcomm || is_turnip) {
|
if (is_turnip) {
|
||||||
LOG_WARNING(Render_Vulkan,
|
LOG_WARNING(Render_Vulkan,
|
||||||
"Qualcomm and Turnip drivers have broken VK_EXT_custom_border_color");
|
"Turnip drivers have broken VK_EXT_custom_border_color");
|
||||||
//RemoveExtensionFeature(extensions.custom_border_color, features.custom_border_color,
|
RemoveExtensionFeature(extensions.custom_border_color, features.custom_border_color,
|
||||||
//VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_qualcomm) {
|
if (is_qualcomm) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue