Searched defs:LayerProperties (Results 1 – 2 of 2) sorted by relevance
34717 struct LayerProperties struct34719 using NativeType = VkLayerProperties;34723 … LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & layerName_ = {}, in LayerProperties() function34735 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function34744 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()34748 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()34753 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()34779 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::LayerProperties ) == sizeof( VkLayerProper…
49916 struct LayerProperties struct49921 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function49934 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function49941 *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 = {};[all …]