Skip to content
Snippets Groups Projects
Verified Commit 9dbde732 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#90] Fixed compiler issues with constexpr

parent 7c1c9483
No related branches found
No related tags found
1 merge request!93Resolve "DescriptorSetLayouts unabhängig von DescriptorSets machen!"
Pipeline #26894 failed
......@@ -43,8 +43,7 @@ namespace vkcv
case DescriptorType::IMAGE_STORAGE:
return vk::DescriptorType::eStorageImage;
default:
vkcv_log(LogLevel::ERROR, "Unknown DescriptorType");
return vk::DescriptorType::eUniformBuffer;
return vk::DescriptorType::eMutableVALVE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment