Searched defs:TimelineSemaphoreSubmitInfo (Results 1 – 1 of 1) sorted by relevance
91816 struct TimelineSemaphoreSubmitInfo struct91818 using NativeType = VkTimelineSemaphoreSubmitInfo;91820 static const bool allowDuplicate = false;91821 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;91825 VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo(uint32_t waitSemaphoreValueCount_ = {}, const uint… in TimelineSemaphoreSubmitInfo() function91831 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function91836 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function91847 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()91852 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()91858 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]