From 1f99d63a80f180aef26b4d2dc949736715ca18f5 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Sun, 8 Jan 2023 21:06:17 +0000 Subject: [PATCH] Incr transition cache size --- .../cpp/skyline/gpu/interconnect/maxwell_3d/pipeline_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/pipeline_manager.h b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/pipeline_manager.h index 806ed315..3a671442 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/pipeline_manager.h +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/pipeline_manager.h @@ -90,7 +90,7 @@ namespace skyline::gpu::interconnect::maxwell3d { std::array shaderStages; DescriptorInfo descriptorInfo; - std::array transitionCache{}; + std::array transitionCache{}; size_t transitionCacheNextIdx{}; tsl::robin_map bindingMatchCache; //!< Cache of which pipelines have bindings that match this pipeline