Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2d6940857 | |||
| 9e01cfa511 | |||
| 6317aa1eaf | |||
| deda7b83aa |
File diff suppressed because it is too large
Load Diff
20
include/vulkan/vulkan_from_string.hpp
Normal file
20
include/vulkan/vulkan_from_string.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 2015-2023 The Khronos Group Inc.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
//
|
||||
|
||||
// This header is generated from the Khronos Vulkan XML API Registry.
|
||||
|
||||
#ifndef VULKAN_FROM_STRING_HPP
|
||||
#define VULKAN_FROM_STRING_HPP
|
||||
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
#include <vulkan/vulkan_enums.hpp>
|
||||
|
||||
namespace VULKAN_HPP_NAMESPACE
|
||||
{
|
||||
template <typename TEnum>
|
||||
extern std::optional<TEnum> from_string( std::string_view );
|
||||
} // namespace VULKAN_HPP_NAMESPACE
|
||||
#endif
|
||||
7754
include/vulkan/vulkan_from_string.inl
Normal file
7754
include/vulkan/vulkan_from_string.inl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user