Searched defs:PhysicalDeviceMultiviewFeatures (Results 1 – 4 of 4) sorted by relevance
56466 struct PhysicalDeviceMultiviewFeatures struct56468 using NativeType = VkPhysicalDeviceMultiviewFeatures;56470 static const bool allowDuplicate = false;56471 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;56474 VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures(VULKAN_HPP_NAMESPACE::Bool32 multiview_ = {}, in PhysicalDeviceMultiviewFeatures() function56487 PhysicalDeviceMultiviewFeatures(VkPhysicalDeviceMultiviewFeatures const &rhs) VULKAN_HPP_NOEXCEPT in PhysicalDeviceMultiviewFeatures() function56497 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>(&rhs); in operator =()56502 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures &setPNext(void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()56508 …lDeviceMultiviewFeatures &setMultiview(VULKAN_HPP_NAMESPACE::Bool32 multiview_) VULKAN_HPP_NOEXCEPT in setMultiview()56515 …tMultiviewGeometryShader(VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
56372 struct PhysicalDeviceMultiviewFeatures struct56374 using NativeType = VkPhysicalDeviceMultiviewFeatures;56376 static const bool allowDuplicate = false;56377 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;56380 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( VULKAN_HPP_NAMESPACE::Bool32 multiview_ … in PhysicalDeviceMultiviewFeatures() function56393 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function56403 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()56408 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()56414 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()56421 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
58145 struct PhysicalDeviceMultiviewFeatures struct58147 using NativeType = VkPhysicalDeviceMultiviewFeatures;58149 static const bool allowDuplicate = false;58150 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;58153 VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( in PhysicalDeviceMultiviewFeatures() function58165 …PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function58175 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()58180 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()58187 setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()58194 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()[all …]
16914 pub struct PhysicalDeviceMultiviewFeatures { struct16921 impl ::std::default::Default for PhysicalDeviceMultiviewFeatures { argument16932 impl PhysicalDeviceMultiviewFeatures { impl16946 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiviewFeatures {} implementation16948 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiviewFeatures {} implementation16976 pub fn build(self) -> PhysicalDeviceMultiviewFeatures { in build()