Searched defs:DeviceGroupPresentInfoKHR (Results 1 – 4 of 4) sorted by relevance
28760 struct DeviceGroupPresentInfoKHR struct28762 using NativeType = VkDeviceGroupPresentInfoKHR;28764 static const bool allowDuplicate = false;28765 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;28768 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() argument28782 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function28788 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function28801 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()28806 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28812 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()[all …]
28526 struct DeviceGroupPresentInfoKHR struct28528 using NativeType = VkDeviceGroupPresentInfoKHR;28530 static const bool allowDuplicate = false;28531 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;28534 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function28548 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function28554 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function28567 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()28572 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28578 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()[all …]
35519 struct DeviceGroupPresentInfoKHR struct35521 using NativeType = VkDeviceGroupPresentInfoKHR;35523 static const bool allowDuplicate = false;35524 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;35527 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function35541 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function35547 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function35560 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()35565 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()35571 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()[all …]
20482 pub struct DeviceGroupPresentInfoKHR { struct20489 impl ::std::default::Default for DeviceGroupPresentInfoKHR { argument20501 unsafe impl TaggedStructure for DeviceGroupPresentInfoKHR { implementation20504 impl DeviceGroupPresentInfoKHR { impl20518 unsafe impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR {} implementation20545 pub fn build(self) -> DeviceGroupPresentInfoKHR { in build()