diff options
| author | Techjar <tecknojar@gmail.com> | 2020-10-08 10:12:32 -0400 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2020-10-08 10:13:40 -0400 |
| commit | 0c01712d1320826201f183b4174bc24e6c370d0e (patch) | |
| tree | f2c44f5cd259f57c4ba241ad372ac764997b3ddf /Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | |
| parent | de2d099200abaf889f172e1b8436ddb1a1787075 (diff) | |
DriverDetails: Remove bug for broken GPU Texture Decoding
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/VulkanContext.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp index d054f0db61..5ac43e3250 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp @@ -346,10 +346,6 @@ void VulkanContext::PopulateBackendInfoFeatures(VideoConfig* config, VkPhysicalD // with depth clamping. Fall back to inverted depth range for these. if (DriverDetails::HasBug(DriverDetails::BUG_BROKEN_REVERSED_DEPTH_RANGE)) config->backend_info.bSupportsReversedDepthRange = false; - - // GPU Texture Decoding is broken under MoltenVK. - if (DriverDetails::HasBug(DriverDetails::BUG_BROKEN_GPU_TEXTURE_DECODING)) - config->backend_info.bSupportsGPUTextureDecoding = false; } void VulkanContext::PopulateBackendInfoMultisampleModes( |
