• Home
  • Raw
  • Download

Lines Matching defs:ImportSemaphoreFdInfoKHR

43951   struct ImportSemaphoreFdInfoKHR  struct
43953 using NativeType = VkImportSemaphoreFdInfoKHR;
43955 static const bool allowDuplicate = false;
43956 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
43959 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( in ImportSemaphoreFdInfoKHR() argument
43975 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
43985 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
43990 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
43996 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
44002 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
44009 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
44015 VULKAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setFd( int fd_ ) VULKAN_HPP_NOEXCEPT in setFd()
44022 explicit operator VkImportSemaphoreFdInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkImportSemaphoreFdInfoKHR const&()
44027 explicit operator VkImportSemaphoreFdInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkImportSemaphoreFdInfoKHR&()
44043 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
44052 bool operator==( ImportSemaphoreFdInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
44062 bool operator!=( ImportSemaphoreFdInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
44069 …MESPACE::StructureType sType = StructureType::eImportSemaphoreFdInfoKHR;
44070 const void * pNext = {};
44071 VULKAN_HPP_NAMESPACE::Semaphore semaphore = {};
44072 VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags = {};
44073 …ndleTypeFlagBits handleType = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd;
44074 int fd = {};