mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 11:00:41 +00:00
Merge fix
This commit is contained in:
@@ -552,11 +552,11 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||||||
features.shader_float16_int8.shaderFloat16 = false;
|
features.shader_float16_int8.shaderFloat16 = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mali/ NVIDIA proprietary drivers: Shader stencil export not supported
|
// NVIDIA proprietary drivers: Shader stencil export not supported
|
||||||
if (nv_major_version >= 510) {
|
if (properties.properties.driverVersion >= VK_MAKE_API_VERSION(510, 0, 0, 0)) {
|
||||||
LOG_WARNING(Render_Vulkan,
|
LOG_WARNING(Render_Vulkan,
|
||||||
"NVIDIA Drivers >= 510 do not support MSAA->MSAA image blits. "
|
"NVIDIA Drivers >= 510 do not support MSAA->MSAA image blits. "
|
||||||
"MSAA scaling will use 3D helpers. MSAA resolves work normally.");
|
"MSAA scaling will use 3D helpers. MSAA resolves work normally.");
|
||||||
cant_blit_msaa = true;
|
cant_blit_msaa = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user