Lines Matching defs:DeviceGroupPresentInfoKHR
26590 struct DeviceGroupPresentInfoKHR struct
26592 using NativeType = VkDeviceGroupPresentInfoKHR;
26594 static const bool allowDuplicate = false;
26595 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;
26598 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() argument
26612 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function
26618 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function
26631 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()
26636 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
26642 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()
26648 …4 DeviceGroupPresentInfoKHR & setPDeviceMasks( const uint32_t * pDeviceMasks_ ) VULKAN_HPP_NOEXCEPT in setPDeviceMasks()
26655 …N_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & deviceMasks_ ) VULKAN_HPP_NOEXCEPT in setDeviceMasks()
26663 …oKHR & setMode( VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR mode_ ) VULKAN_HPP_NOEXCEPT in setMode()
26670 explicit operator VkDeviceGroupPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupPresentInfoKHR const&()
26675 explicit operator VkDeviceGroupPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupPresentInfoKHR&()
26690 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
26699 bool operator==( DeviceGroupPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
26709 bool operator!=( DeviceGroupPresentInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
26716 …PACE::StructureType sType = StructureType::eDeviceGroupPresentInfoKHR;
26717 const void * pNext = {};
26718 uint32_t swapchainCount = {};
26719 const uint32_t * pDeviceMasks = {};
26720 …ntModeFlagBitsKHR mode = VULKAN_HPP_NAMESPACE::DeviceGroupPresentModeFlagBitsKHR::eLocal;