Vulkan-Hpp
vk::LayerProperties Struct Reference

#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
 
LayerPropertiesoperator= (LayerProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
LayerPropertiesoperator= (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_SIZElayerName = {}
 
uint32_t specVersion = {}
 
uint32_t implementationVersion = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEdescription = {}
 

Detailed Description

Definition at line 49916 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ LayerProperties() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::LayerProperties::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_ = {} 
)
inline

Definition at line 49921 of file vulkan_structs.hpp.

◆ LayerProperties() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::LayerProperties::LayerProperties ( LayerProperties const &  rhs)
default

◆ LayerProperties() [3/3]

vk::LayerProperties::LayerProperties ( VkLayerProperties const &  rhs)
inline

Definition at line 49934 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkLayerProperties &()

vk::LayerProperties::operator VkLayerProperties & ( )
inline

Definition at line 49950 of file vulkan_structs.hpp.

◆ operator VkLayerProperties const &()

vk::LayerProperties::operator VkLayerProperties const & ( ) const
inline

Definition at line 49945 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::LayerProperties::operator!= ( LayerProperties const &  rhs) const
inline

Definition at line 49983 of file vulkan_structs.hpp.

◆ operator=() [1/2]

LayerProperties& vk::LayerProperties::operator= ( LayerProperties const &  rhs)
default

◆ operator=() [2/2]

LayerProperties& vk::LayerProperties::operator= ( VkLayerProperties const &  rhs)
inline

Definition at line 49939 of file vulkan_structs.hpp.

◆ operator==()

bool vk::LayerProperties::operator== ( LayerProperties const &  rhs) const
inline

Definition at line 49973 of file vulkan_structs.hpp.

Member Data Documentation

◆ description

vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::LayerProperties::description = {}

Definition at line 49993 of file vulkan_structs.hpp.

◆ implementationVersion

uint32_t vk::LayerProperties::implementationVersion = {}

Definition at line 49992 of file vulkan_structs.hpp.

◆ layerName

vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::LayerProperties::layerName = {}

Definition at line 49990 of file vulkan_structs.hpp.

◆ specVersion

uint32_t vk::LayerProperties::specVersion = {}

Definition at line 49991 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: