Searched defs:TimelineSemaphoreSubmitInfo (Results 1 – 4 of 4) sorted by relevance
117457 struct TimelineSemaphoreSubmitInfo struct117459 using NativeType = VkTimelineSemaphoreSubmitInfo;117461 static const bool allowDuplicate = false;117462 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;117465 …VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo( uint32_t waitSemaphoreValueCount_ = {}, in TimelineSemaphoreSubmitInfo() function117480 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function117486 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function117503 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()117508 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()117514 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
114745 struct TimelineSemaphoreSubmitInfo struct114747 using NativeType = VkTimelineSemaphoreSubmitInfo;114749 static const bool allowDuplicate = false;114750 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;114753 …VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo( uint32_t waitSemaphoreValueCount_ = {}, in TimelineSemaphoreSubmitInfo() function114768 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function114774 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function114791 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()114796 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()114802 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
139179 struct TimelineSemaphoreSubmitInfo struct139181 using NativeType = VkTimelineSemaphoreSubmitInfo;139183 static const bool allowDuplicate = false;139184 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;139187 …VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo( uint32_t waitSemaphoreValueCount_ = {}, in TimelineSemaphoreSubmitInfo() function139202 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function139208 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function139225 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()139230 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()139236 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
31091 pub struct TimelineSemaphoreSubmitInfo { struct31099 impl ::std::default::Default for TimelineSemaphoreSubmitInfo { argument31112 unsafe impl TaggedStructure for TimelineSemaphoreSubmitInfo { implementation31115 impl TimelineSemaphoreSubmitInfo { impl31129 unsafe impl ExtendsSubmitInfo for TimelineSemaphoreSubmitInfo {} implementation31131 unsafe impl ExtendsBindSparseInfo for TimelineSemaphoreSubmitInfo {} implementation31159 pub fn build(self) -> TimelineSemaphoreSubmitInfo { in build()