HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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

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 = {}
 

Detailed Description

Definition at line 44348 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::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 44353 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::LayerProperties::LayerProperties ( LayerProperties const rhs)
default
VULKAN_HPP_NAMESPACE::LayerProperties::LayerProperties ( VkLayerProperties const rhs)
inline

Definition at line 44366 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 44382 of file vulkan_structs.hpp.

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

Definition at line 44377 of file vulkan_structs.hpp.

Definition at line 44415 of file vulkan_structs.hpp.

LayerProperties& VULKAN_HPP_NAMESPACE::LayerProperties::operator= ( LayerProperties const rhs)
default
LayerProperties& VULKAN_HPP_NAMESPACE::LayerProperties::operator= ( VkLayerProperties const rhs)
inline

Definition at line 44371 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::LayerProperties::operator== ( LayerProperties const rhs) const
inline

Definition at line 44405 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 44425 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::implementationVersion = {}

Definition at line 44424 of file vulkan_structs.hpp.

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

Definition at line 44422 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::specVersion = {}

Definition at line 44423 of file vulkan_structs.hpp.


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