Vulkan-Hpp
|
#include <memory>
#include <utility>
#include <vulkan/vulkan.hpp>
Go to the source code of this file.
Namespaces | |
vk | |
vk::raii | |
Functions | |
template<class T , class U = T> | |
VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T | vk::raii::exchange (T &obj, U &&newValue) |
template<typename RAIIType > | |
std::vector< typename RAIIType::CppType > | vk::raii::filterCppTypes (std::vector< RAIIType > const &raiiTypes) |
template<typename RAIIType , class UnaryPredicate > | |
std::vector< typename RAIIType::CppType > | vk::raii::filterCppTypes (std::vector< RAIIType > const &raiiTypes, UnaryPredicate p) |