diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp index 91e7b7791..557b9d662 100644 --- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp +++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | |||
| @@ -192,7 +192,6 @@ std::array<Shader, Maxwell::MaxShaderProgram> VKPipelineCache::GetShaders() { | |||
| 192 | 192 | ||
| 193 | std::array<Shader, Maxwell::MaxShaderProgram> shaders; | 193 | std::array<Shader, Maxwell::MaxShaderProgram> shaders; |
| 194 | for (std::size_t index = 0; index < Maxwell::MaxShaderProgram; ++index) { | 194 | for (std::size_t index = 0; index < Maxwell::MaxShaderProgram; ++index) { |
| 195 | const auto& shader_config = gpu.regs.shader_config[index]; | ||
| 196 | const auto program{static_cast<Maxwell::ShaderProgram>(index)}; | 195 | const auto program{static_cast<Maxwell::ShaderProgram>(index)}; |
| 197 | 196 | ||
| 198 | // Skip stages that are not enabled | 197 | // Skip stages that are not enabled |