Searched defs:SemaphoreWaitInfo (Results 1 – 8 of 8) sorted by relevance
44 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
164 wait_info: &vk::SemaphoreWaitInfo, in wait_semaphores()
83014 struct SemaphoreWaitInfo struct83016 using NativeType = VkSemaphoreWaitInfo;83018 static const bool allowDuplicate = false;83019 …atic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;83022 VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ = {}, in SemaphoreWaitInfo() function83037 …SemaphoreWaitInfo(VkSemaphoreWaitInfo const &rhs) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo(*reinter… in SemaphoreWaitInfo() argument83040 SemaphoreWaitInfo(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_, in SemaphoreWaitInfo() argument83066 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>(&rhs); in operator =()83071 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()83077 …14 SemaphoreWaitInfo &setFlags(VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
82877 struct SemaphoreWaitInfo struct82879 using NativeType = VkSemaphoreWaitInfo;82881 static const bool allowDuplicate = false;82882 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;82885 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function82900 …SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT : SemaphoreWaitInfo( *rei… in SemaphoreWaitInfo() argument82903 …SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags … in SemaphoreWaitInfo() argument82929 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()82934 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()82940 …SemaphoreWaitInfo & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
86273 struct SemaphoreWaitInfo struct86275 using NativeType = VkSemaphoreWaitInfo;86277 static const bool allowDuplicate = false;86278 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSemaphoreWaitInfo;86281 …VULKAN_HPP_CONSTEXPR SemaphoreWaitInfo( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ =… in SemaphoreWaitInfo() function86293 SemaphoreWaitInfo( VkSemaphoreWaitInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SemaphoreWaitInfo() argument86298 SemaphoreWaitInfo( in SemaphoreWaitInfo() argument86324 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo const *>( &rhs ); in operator =()86329 VULKAN_HPP_CONSTEXPR_14 SemaphoreWaitInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()86336 setFlags( VULKAN_HPP_NAMESPACE::SemaphoreWaitFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
6325 _p_wait_info: *const SemaphoreWaitInfo, in load()6515 p_wait_info: *const SemaphoreWaitInfo, in wait_semaphores()
27677 pub struct SemaphoreWaitInfo { struct27685 impl ::std::default::Default for SemaphoreWaitInfo { argument27697 impl SemaphoreWaitInfo { implementation27739 pub fn build(self) -> SemaphoreWaitInfo { in build()
16196 p_wait_info: *const SemaphoreWaitInfo, constant16240 _p_wait_info: *const SemaphoreWaitInfo, in load()16285 p_wait_info: *const SemaphoreWaitInfo, in wait_semaphores_khr()