mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-09 19:03:45 -04:00
[vk] TEST: SFC + WGML
This commit is contained in:
parent
2327c338be
commit
210e11188a
1 changed files with 2 additions and 4 deletions
|
|
@ -522,10 +522,8 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||
LOG_WARNING(Render_Vulkan,
|
||||
"Qualcomm drivers require scaled vertex format emulation; forcing fallback");
|
||||
|
||||
LOG_WARNING(Render_Vulkan,
|
||||
"Qualcomm proprietary drivers report VK_KHR_shader_float_controls but remain unreliable;"
|
||||
" disabling usage while keeping the extension enabled");
|
||||
disable_shader_float_controls_usage = true;
|
||||
LOG_INFO(Render_Vulkan,
|
||||
"Qualcomm drivers: enabling VK_KHR_shader_float_controls usage for testing");
|
||||
RemoveExtensionFeature(extensions.shader_atomic_int64, features.shader_atomic_int64,
|
||||
VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME);
|
||||
features.shader_atomic_int64.shaderBufferInt64Atomics = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue