Lines Matching defs:LayerProperties
49916 struct LayerProperties struct
49921 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function
49934 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function
49941 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
49945 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
49950 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
49964 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
49973 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
49983 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
49990 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
49991 … uint32_t specVersion = {};
49992 … uint32_t implementationVersion = {};
49993 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> description = {};