Searched defs:LayerProperties (Results 1 – 2 of 2) sorted by relevance
25009 struct LayerProperties struct25017 VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const & layerNa… in LayerProperties() function25023 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function25033 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()25038 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()25043 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()25054 reflect() const VULKAN_HPP_NOEXCEPT in reflect()25064 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()25076 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()25083 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};[all …]
46407 struct LayerProperties struct46415 VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const & layerNa… in LayerProperties() function46421 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function46431 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()46436 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()46441 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()46452 reflect() const VULKAN_HPP_NOEXCEPT in reflect()46462 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()46474 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()46481 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};[all …]