Searched defs:DeviceGroupRenderPassBeginInfo (Results 1 – 4 of 4) sorted by relevance
23826 struct DeviceGroupRenderPassBeginInfo struct23828 using NativeType = VkDeviceGroupRenderPassBeginInfo;23830 static const bool allowDuplicate = false;23831 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;23834 VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo(uint32_t deviceMask_ = {}, in DeviceGroupRenderPassBeginInfo() function23847 DeviceGroupRenderPassBeginInfo(VkDeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function23853 DeviceGroupRenderPassBeginInfo(uint32_t deviceMask_, in DeviceGroupRenderPassBeginInfo() function23869 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>(&rhs); in operator =()23874 …N_HPP_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()23880 …ONSTEXPR_14 DeviceGroupRenderPassBeginInfo &setDeviceMask(uint32_t deviceMask_) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
23759 struct DeviceGroupRenderPassBeginInfo struct23761 using NativeType = VkDeviceGroupRenderPassBeginInfo;23763 static const bool allowDuplicate = false;23764 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;23767 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() argument23780 … DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function23786 …DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function23802 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()23807 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()23813 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
24652 struct DeviceGroupRenderPassBeginInfo struct24654 using NativeType = VkDeviceGroupRenderPassBeginInfo;24656 static const bool allowDuplicate = false;24657 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;24660 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMask_ … in DeviceGroupRenderPassBeginInfo() function24672 … DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function24677 DeviceGroupRenderPassBeginInfo( in DeviceGroupRenderPassBeginInfo() function24692 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()24697 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()24703 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
17870 pub struct DeviceGroupRenderPassBeginInfo { struct17877 impl ::std::default::Default for DeviceGroupRenderPassBeginInfo { argument17888 impl DeviceGroupRenderPassBeginInfo { implementation17902 unsafe impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo {} implementation17927 pub fn build(self) -> DeviceGroupRenderPassBeginInfo { in build()