Lines Matching defs:ImportSemaphoreFdInfoKHR

48294   struct ImportSemaphoreFdInfoKHR  struct
48296 using NativeType = VkImportSemaphoreFdInfoKHR;
48298 static const bool allowDuplicate = false;
48299 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eImportSemaphoreFdInfoKHR;
48302 VULKAN_HPP_CONSTEXPR ImportSemaphoreFdInfoKHR( in ImportSemaphoreFdInfoKHR() function
48318 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ImportSemaphoreFdInfoKHR() function
48328 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ImportSemaphoreFdInfoKHR const *>( &rhs ); in operator =()
48333 …KAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48339 …SemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
48345 …aphoreFdInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
48352 …leType( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits handleType_ ) VULKAN_HPP_NOEXCEPT in setHandleType()
48358 VULKAN_HPP_CONSTEXPR_14 ImportSemaphoreFdInfoKHR & setFd( int fd_ ) VULKAN_HPP_NOEXCEPT in setFd()
48365 operator VkImportSemaphoreFdInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkImportSemaphoreFdInfoKHR const&()
48370 operator VkImportSemaphoreFdInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkImportSemaphoreFdInfoKHR&()
48386 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
48395 bool operator==( ImportSemaphoreFdInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
48405 bool operator!=( ImportSemaphoreFdInfoKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
48412 …MESPACE::StructureType sType = StructureType::eImportSemaphoreFdInfoKHR;
48413 const void * pNext = {};
48414 VULKAN_HPP_NAMESPACE::Semaphore semaphore = {};
48415 VULKAN_HPP_NAMESPACE::SemaphoreImportFlags flags = {};
48416 …ndleTypeFlagBits handleType = VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlagBits::eOpaqueFd;
48417 int fd = {};