Searched defs:LayerProperties (Results 1 – 1 of 1) sorted by relevance
42267 struct LayerProperties struct42275 VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const & layerNa… in LayerProperties() function42281 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function42291 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()42296 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()42301 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()42312 reflect() const VULKAN_HPP_NOEXCEPT in reflect()42322 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()42334 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()42341 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};[all …]