Searched defs:PhysicalDeviceMultiviewFeatures (Results 1 – 4 of 4) sorted by relevance
71306 struct PhysicalDeviceMultiviewFeatures struct71308 using NativeType = VkPhysicalDeviceMultiviewFeatures;71310 static const bool allowDuplicate = false;71311 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;71314 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( VULKAN_HPP_NAMESPACE::Bool32 multiview_ … in PhysicalDeviceMultiviewFeatures() function71327 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function71337 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()71342 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()71348 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()71355 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
73414 struct PhysicalDeviceMultiviewFeatures struct73416 using NativeType = VkPhysicalDeviceMultiviewFeatures;73418 static const bool allowDuplicate = false;73419 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;73422 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( VULKAN_HPP_NAMESPACE::Bool32 multiview_ … in PhysicalDeviceMultiviewFeatures() function73435 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function73445 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()73450 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()73456 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()73463 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
74213 struct PhysicalDeviceMultiviewFeatures struct74215 using NativeType = VkPhysicalDeviceMultiviewFeatures;74217 static const bool allowDuplicate = false;74218 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;74221 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( VULKAN_HPP_NAMESPACE::Bool32 multiview_ … in PhysicalDeviceMultiviewFeatures() function74234 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function74244 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()74249 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()74255 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()74262 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
18845 pub struct PhysicalDeviceMultiviewFeatures { struct18852 impl ::std::default::Default for PhysicalDeviceMultiviewFeatures { argument18864 unsafe impl TaggedStructure for PhysicalDeviceMultiviewFeatures { implementation18867 impl PhysicalDeviceMultiviewFeatures { implementation18881 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiviewFeatures {} implementation18883 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiviewFeatures {} implementation18914 pub fn build(self) -> PhysicalDeviceMultiviewFeatures { in build()