Lines Matching defs:LayerProperties
49761 struct LayerProperties struct
49763 using NativeType = VkLayerProperties;
49766 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function
49779 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function
49782 …LayerProperties( std::string const & layerName_, uint32_t specVersion_ = {}, uint32_t implementati… in LayerProperties() function
49806 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
49810 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
49815 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
49829 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
49836 std::strong_ordering operator<=>( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
49851 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
49857 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
49863 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
49864 … uint32_t specVersion = {};
49865 … uint32_t implementationVersion = {};
49866 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> description = {};