Combine two types of commands into one generation function

This commit is contained in:
asuessenbach
2022-05-17 10:15:04 +02:00
parent 09727fc9f4
commit 66c3c89d8e
4 changed files with 77 additions and 220 deletions

View File

@@ -38,6 +38,7 @@
#include <system_error>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vulkan/vulkan.h>
#if 17 <= VULKAN_HPP_CPP_VERSION
# include <string_view>