mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 00:58:57 +02:00
pipeline_helper: Add missing [[maybe_unused]]
This commit is contained in:
parent
1e5255de49
commit
9a49eed4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public:
|
|||
for ([[maybe_unused]] const auto& desc : info.texture_descriptors) {
|
||||
Add(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, stage);
|
||||
}
|
||||
for (const auto& desc : info.image_descriptors) {
|
||||
for ([[maybe_unused]] const auto& desc : info.image_descriptors) {
|
||||
Add(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, stage);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue