Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkLayerProperties |
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= (LayerProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
LayerProperties & | operator= (VkLayerProperties 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 |
Public Attributes | |
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZE > | layerName = {} |
uint32_t | specVersion = {} |
uint32_t | implementationVersion = {} |
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | description = {} |
Definition at line 49916 of file vulkan_structs.hpp.
Definition at line 49918 of file vulkan_structs.hpp.
|
inline |
Definition at line 49921 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 49934 of file vulkan_structs.hpp.
|
inline |
Definition at line 49950 of file vulkan_structs.hpp.
|
inline |
Definition at line 49945 of file vulkan_structs.hpp.
|
inline |
Definition at line 49983 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 49939 of file vulkan_structs.hpp.
|
inline |
Definition at line 49973 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::LayerProperties::description = {} |
Definition at line 49993 of file vulkan_structs.hpp.
uint32_t vk::LayerProperties::implementationVersion = {} |
Definition at line 49992 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::LayerProperties::layerName = {} |
Definition at line 49990 of file vulkan_structs.hpp.
uint32_t vk::LayerProperties::specVersion = {} |
Definition at line 49991 of file vulkan_structs.hpp.