Lines Matching defs:ExportMetalSharedEventInfoEXT
32288 struct ExportMetalSharedEventInfoEXT struct
32290 using NativeType = VkExportMetalSharedEventInfoEXT;
32292 static const bool allowDuplicate = true;
32293 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExportMetalSharedEventInfoEXT;
32296 …VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ … in ExportMetalSharedEventInfoEXT() function
32309 ExportMetalSharedEventInfoEXT( VkExportMetalSharedEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMetalSharedEventInfoEXT() function
32319 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMetalSharedEventInfoEXT const *>( &rhs ); in operator =()
32324 …PP_CONSTEXPR_14 ExportMetalSharedEventInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32330 …SharedEventInfoEXT & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOEXCEPT in setSemaphore()
32336 … ExportMetalSharedEventInfoEXT & setEvent( VULKAN_HPP_NAMESPACE::Event event_ ) VULKAN_HPP_NOEXCEPT in setEvent()
32342 …etalSharedEventInfoEXT & setMtlSharedEvent( MTLSharedEvent_id mtlSharedEvent_ ) VULKAN_HPP_NOEXCEPT in setMtlSharedEvent()
32349 operator VkExportMetalSharedEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMetalSharedEventInfoEXT const&()
32354 operator VkExportMetalSharedEventInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkExportMetalSharedEventInfoEXT&()
32369 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32378 bool operator==( ExportMetalSharedEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32388 bool operator!=( ExportMetalSharedEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
32395 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExportMetalSharedEventInfoEXT;
32396 const void * pNext = {};
32397 VULKAN_HPP_NAMESPACE::Semaphore semaphore = {};
32398 VULKAN_HPP_NAMESPACE::Event event = {};
32399 MTLSharedEvent_id mtlSharedEvent = {};