Searched defs:DeviceGroupRenderPassBeginInfo (Results 1 – 4 of 4) sorted by relevance
27881 struct DeviceGroupRenderPassBeginInfo struct27883 using NativeType = VkDeviceGroupRenderPassBeginInfo;27885 static const bool allowDuplicate = false;27886 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;27889 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() function27902 … DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function27908 …DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function27924 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()27929 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()27935 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
28840 struct DeviceGroupRenderPassBeginInfo struct28842 using NativeType = VkDeviceGroupRenderPassBeginInfo;28844 static const bool allowDuplicate = false;28845 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;28848 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() argument28861 … DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function28867 …DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function28883 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()28888 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28894 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
28665 struct DeviceGroupRenderPassBeginInfo struct28667 using NativeType = VkDeviceGroupRenderPassBeginInfo;28669 static const bool allowDuplicate = false;28670 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;28673 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() argument28686 … DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function28692 …DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function28708 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()28713 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28719 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()[all …]
19908 pub struct DeviceGroupRenderPassBeginInfo { struct19915 impl ::std::default::Default for DeviceGroupRenderPassBeginInfo { argument19927 unsafe impl TaggedStructure for DeviceGroupRenderPassBeginInfo { implementation19930 impl DeviceGroupRenderPassBeginInfo { implementation19944 unsafe impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo {} implementation19946 unsafe impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo {} implementation19973 pub fn build(self) -> DeviceGroupRenderPassBeginInfo { in build()