Lines Matching defs:ExportMetalSharedEventInfoEXT

35479   struct ExportMetalSharedEventInfoEXT  struct
35481 using NativeType = VkExportMetalSharedEventInfoEXT;
35483 static const bool allowDuplicate = true;
35484 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExportMetalSharedEventInfoEXT;
35487 …VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ … in ExportMetalSharedEventInfoEXT() function
35500 ExportMetalSharedEventInfoEXT( VkExportMetalSharedEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMetalSharedEventInfoEXT() function
35510 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMetalSharedEventInfoEXT const *>( &rhs ); in operator =()
35515 …PP_CONSTEXPR_14 ExportMetalSharedEventInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35521 …SharedEventInfoEXT & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
35527 … ExportMetalSharedEventInfoEXT & setEvent( VULKAN_HPP_NAMESPACE::Event event_ ) VULKAN_HPP_NOEXCEPT in setEvent()
35533 …etalSharedEventInfoEXT & setMtlSharedEvent( MTLSharedEvent_id mtlSharedEvent_ ) VULKAN_HPP_NOEXCEPT in setMtlSharedEvent()
35540 operator VkExportMetalSharedEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMetalSharedEventInfoEXT const&()
35545 operator VkExportMetalSharedEventInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkExportMetalSharedEventInfoEXT&()
35560 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
35569 bool operator==( ExportMetalSharedEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
35579 bool operator!=( ExportMetalSharedEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
35586 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExportMetalSharedEventInfoEXT;
35587 const void * pNext = {};
35588 VULKAN_HPP_NAMESPACE::Semaphore semaphore = {};
35589 VULKAN_HPP_NAMESPACE::Event event = {};
35590 MTLSharedEvent_id mtlSharedEvent = {};