diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/renderer_vulkan/pipeline_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/pipeline_helper.h b/src/video_core/renderer_vulkan/pipeline_helper.h index d2c3f11c1..a39459b2e 100644 --- a/src/video_core/renderer_vulkan/pipeline_helper.h +++ b/src/video_core/renderer_vulkan/pipeline_helper.h | |||
| @@ -97,7 +97,7 @@ public: | |||
| 97 | for ([[maybe_unused]] const auto& desc : info.texture_descriptors) { | 97 | for ([[maybe_unused]] const auto& desc : info.texture_descriptors) { |
| 98 | Add(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, stage); | 98 | Add(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, stage); |
| 99 | } | 99 | } |
| 100 | for (const auto& desc : info.image_descriptors) { | 100 | for ([[maybe_unused]] const auto& desc : info.image_descriptors) { |
| 101 | Add(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, stage); | 101 | Add(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, stage); |
| 102 | } | 102 | } |
| 103 | } | 103 | } |