Merge pull request #9141 from Techjar/but-for-how-long

Re-enable GPU Texture Decoding under MoltenVK
This commit is contained in:
JMC47
2020-10-29 01:22:13 -04:00
committed by GitHub
3 changed files with 0 additions and 10 deletions

View File

@ -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(