|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::LayerProperties:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR_14 | LayerProperties (std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &layerName_={}, uint32_t specVersion_={}, uint32_t implementationVersion_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 | LayerProperties (LayerProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
| LayerProperties (VkLayerProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
| LayerProperties & | operator= (VkLayerProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| LayerProperties & | operator= (LayerProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkLayerProperties const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkLayerProperties & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (LayerProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (LayerProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZE > | layerName = {} |
| uint32_t | specVersion = {} |
| uint32_t | implementationVersion = {} |
| VULKAN_HPP_NAMESPACE::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | description = {} |
Definition at line 50118 of file vulkan.hpp.
|
inline |
Definition at line 50123 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 50129 of file vulkan.hpp.
|
inline |
Definition at line 50153 of file vulkan.hpp.
|
inline |
Definition at line 50148 of file vulkan.hpp.
|
inline |
Definition at line 50170 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 50141 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 50135 of file vulkan.hpp.
|
inline |
Definition at line 50162 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> VULKAN_HPP_NAMESPACE::LayerProperties::description = {} |
Definition at line 50182 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::implementationVersion = {} |
Definition at line 50181 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> VULKAN_HPP_NAMESPACE::LayerProperties::layerName = {} |
Definition at line 50179 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::specVersion = {} |
Definition at line 50180 of file vulkan.hpp.