Incr transition cache size

This commit is contained in:
Billy Laws 2023-01-08 21:06:17 +00:00
parent 262f92900d
commit 1f99d63a80

View File

@ -90,7 +90,7 @@ namespace skyline::gpu::interconnect::maxwell3d {
std::array<ShaderStage, engine::ShaderStageCount> shaderStages;
DescriptorInfo descriptorInfo;
std::array<Pipeline *, 4> transitionCache{};
std::array<Pipeline *, 6> transitionCache{};
size_t transitionCacheNextIdx{};
tsl::robin_map<Pipeline *, bool> bindingMatchCache; //!< Cache of which pipelines have bindings that match this pipeline