#pragma once
#include <string>
[[maybe_unused]] static std::string string_Attachment(uint32_t attachment) { … }
[[maybe_unused]] static std::string string_VkExtent2D(VkExtent2D extent) { … }
[[maybe_unused]] static std::string string_VkExtent3D(VkExtent3D extent) { … }
[[maybe_unused]] static std::string string_VkOffset2D(VkOffset2D offset) { … }
[[maybe_unused]] static std::string string_VkOffset3D(VkOffset3D offset) { … }
[[maybe_unused]] static std::string string_VkRect2D(VkRect2D rect) { … }
[[maybe_unused]] static std::string string_LevelCount(const VkImageCreateInfo &ci, VkImageSubresourceRange const &range) { … }
[[maybe_unused]] static std::string string_LayerCount(const VkImageCreateInfo &ci, VkImageSubresourceRange const &range) { … }