mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 12:35:47 +00: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