Searched defs:DeviceGroupCommandBufferBeginInfo (Results 1 – 4 of 4) sorted by relevance
28445 struct DeviceGroupCommandBufferBeginInfo struct28447 using NativeType = VkDeviceGroupCommandBufferBeginInfo;28453 …VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceMask_ = {}, const void * pN… in DeviceGroupCommandBufferBeginInfo() function28461 …DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo() function28471 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo const *>( &rhs ); in operator =()28476 …ONSTEXPR_14 DeviceGroupCommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28482 …PR_14 DeviceGroupCommandBufferBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()28489 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()28494 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()28505 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
28211 struct DeviceGroupCommandBufferBeginInfo struct28213 using NativeType = VkDeviceGroupCommandBufferBeginInfo;28219 …VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceMask_ = {}, const void * pN… in DeviceGroupCommandBufferBeginInfo() function28227 …DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo() function28237 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo const *>( &rhs ); in operator =()28242 …ONSTEXPR_14 DeviceGroupCommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28248 …PR_14 DeviceGroupCommandBufferBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()28255 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()28260 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()28271 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
35170 struct DeviceGroupCommandBufferBeginInfo struct35172 using NativeType = VkDeviceGroupCommandBufferBeginInfo;35178 …VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo( uint32_t deviceMask_ = {}, const void * pN… in DeviceGroupCommandBufferBeginInfo() function35186 …DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo() function35196 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo const *>( &rhs ); in operator =()35201 …ONSTEXPR_14 DeviceGroupCommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()35207 …PR_14 DeviceGroupCommandBufferBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()35214 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()35219 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()35224 operator VkDeviceGroupCommandBufferBeginInfo const *() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const*()[all …]
19981 pub struct DeviceGroupCommandBufferBeginInfo { struct19986 impl ::std::default::Default for DeviceGroupCommandBufferBeginInfo { implementation19996 unsafe impl TaggedStructure for DeviceGroupCommandBufferBeginInfo { implementation19999 impl DeviceGroupCommandBufferBeginInfo { implementation20013 unsafe impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo {} implementation20034 pub fn build(self) -> DeviceGroupCommandBufferBeginInfo { in build()