Searched defs:DeviceGroupPresentInfoKHR (Results 1 – 4 of 4) sorted by relevance
26590 struct DeviceGroupPresentInfoKHR struct26592 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() function26612 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function26618 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function26631 *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()[all …]
24378 struct DeviceGroupPresentInfoKHR struct24380 using NativeType = VkDeviceGroupPresentInfoKHR;24382 static const bool allowDuplicate = false;24383 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;24387 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR(uint32_t swapchainCount_ = {}, const uint32_t * pDev… in DeviceGroupPresentInfoKHR() function24393 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function24398 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function24409 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()24414 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()24420 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()[all …]
27459 struct DeviceGroupPresentInfoKHR struct27461 using NativeType = VkDeviceGroupPresentInfoKHR;27463 static const bool allowDuplicate = false;27464 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupPresentInfoKHR;27467 VULKAN_HPP_CONSTEXPR DeviceGroupPresentInfoKHR( in DeviceGroupPresentInfoKHR() function27481 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupPresentInfoKHR() function27487 …DeviceGroupPresentInfoKHR( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & d… in DeviceGroupPresentInfoKHR() function27500 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR const *>( &rhs ); in operator =()27505 …AN_HPP_CONSTEXPR_14 DeviceGroupPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()27511 …PR_14 DeviceGroupPresentInfoKHR & setSwapchainCount( uint32_t swapchainCount_ ) VULKAN_HPP_NOEXCEPT in setSwapchainCount()[all …]
18384 pub struct DeviceGroupPresentInfoKHR { struct18391 impl ::std::default::Default for DeviceGroupPresentInfoKHR { argument18402 impl DeviceGroupPresentInfoKHR { impl18416 unsafe impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR {} implementation18441 pub fn build(self) -> DeviceGroupPresentInfoKHR { in build()