Searched defs:TimelineSemaphoreSubmitInfo (Results 1 – 4 of 4) sorted by relevance
98300 struct TimelineSemaphoreSubmitInfo struct98302 using NativeType = VkTimelineSemaphoreSubmitInfo;98304 static const bool allowDuplicate = false;98305 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;98308 …VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo( uint32_t waitSemaphoreValueCount_ = {}, in TimelineSemaphoreSubmitInfo() function98323 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function98329 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function98346 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()98351 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()98357 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
91618 struct TimelineSemaphoreSubmitInfo struct91620 using NativeType = VkTimelineSemaphoreSubmitInfo;91622 static const bool allowDuplicate = false;91623 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;91627 VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo(uint32_t waitSemaphoreValueCount_ = {}, const uint… in TimelineSemaphoreSubmitInfo() function91633 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function91638 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function91649 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()91654 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()91660 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
103626 struct TimelineSemaphoreSubmitInfo struct103628 using NativeType = VkTimelineSemaphoreSubmitInfo;103630 static const bool allowDuplicate = false;103631 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eTimelineSemaphoreSubmitInfo;103634 …VULKAN_HPP_CONSTEXPR TimelineSemaphoreSubmitInfo( uint32_t waitSemaphoreValueCount_ = {}, in TimelineSemaphoreSubmitInfo() argument103649 TimelineSemaphoreSubmitInfo( VkTimelineSemaphoreSubmitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in TimelineSemaphoreSubmitInfo() function103655 …TimelineSemaphoreSubmitInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint64_t> const &… in TimelineSemaphoreSubmitInfo() function103672 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TimelineSemaphoreSubmitInfo const *>( &rhs ); in operator =()103677 …_HPP_CONSTEXPR_14 TimelineSemaphoreSubmitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()103683 …oreSubmitInfo & setWaitSemaphoreValueCount( uint32_t waitSemaphoreValueCount_ ) VULKAN_HPP_NOEXCEPT in setWaitSemaphoreValueCount()[all …]
27608 pub struct TimelineSemaphoreSubmitInfo { struct27616 impl ::std::default::Default for TimelineSemaphoreSubmitInfo { argument27628 impl TimelineSemaphoreSubmitInfo { implementation27642 unsafe impl ExtendsSubmitInfo for TimelineSemaphoreSubmitInfo {} implementation27644 unsafe impl ExtendsBindSparseInfo for TimelineSemaphoreSubmitInfo {} implementation27670 pub fn build(self) -> TimelineSemaphoreSubmitInfo { in build()