Vulkan-Hpp/vulkan
asuessenbach 80fa34bfb5 Introduce default template type for functions StructureChain::get<T,Which>
allows
    auto root = structureChain.get();
instead of
    auto root = structureChain.get<RootStructure>();
2020-10-20 15:47:57 +02:00
..
vulkan.hpp Introduce default template type for functions StructureChain::get<T,Which> 2020-10-20 15:47:57 +02:00