Lines Matching defs:PhysicalDeviceMultiviewFeatures
64732 struct PhysicalDeviceMultiviewFeatures struct
64734 using NativeType = VkPhysicalDeviceMultiviewFeatures;
64736 static const bool allowDuplicate = false;
64737 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;
64740 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( VULKAN_HPP_NAMESPACE::Bool32 multiview_ … in PhysicalDeviceMultiviewFeatures() function
64753 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function
64763 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()
64768 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
64774 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()
64781 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()
64788 …TessellationShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewTessellationShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewTessellationShader()
64795 explicit operator VkPhysicalDeviceMultiviewFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewFeatures const&()
64800 explicit operator VkPhysicalDeviceMultiviewFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewFeatures&()
64815 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
64824 bool operator==( PhysicalDeviceMultiviewFeatures const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
64834 bool operator!=( PhysicalDeviceMultiviewFeatures const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
64841 …SPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewFeatures;
64842 void * pNext = {};
64843 VULKAN_HPP_NAMESPACE::Bool32 multiview = {};
64844 VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader = {};
64845 VULKAN_HPP_NAMESPACE::Bool32 multiviewTessellationShader = {};