Explorar o código

vk_pipeline_cache: Set support_derivative_control to true

ReinUsesLisp %!s(int64=5) %!d(string=hai) anos
pai
achega
8c954fcaee
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/video_core/renderer_vulkan/vk_pipeline_cache.cpp

+ 1 - 0
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp

@@ -274,6 +274,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, Tegra::Engines::Maxw
         .support_typeless_image_loads = device.IsFormatlessImageLoadSupported(),
         .support_demote_to_helper_invocation = true,
         .support_int64_atomics = device.IsExtShaderAtomicInt64Supported(),
+        .support_derivative_control = true,
 
         .warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyBiggerThanGuest(),