Lines Matching defs:ExternalSemaphoreProperties

37142   struct ExternalSemaphoreProperties  struct
37144 using NativeType = VkExternalSemaphoreProperties;
37146 static const bool allowDuplicate = false;
37147 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eExternalSemaphoreProperties;
37150 …VULKAN_HPP_CONSTEXPR ExternalSemaphoreProperties( VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTyp… in ExternalSemaphoreProperties() function
37163 ExternalSemaphoreProperties( VkExternalSemaphoreProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalSemaphoreProperties() function
37173 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const *>( &rhs ); in operator =()
37177 operator VkExternalSemaphoreProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties const&()
37182 operator VkExternalSemaphoreProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalSemaphoreProperties&()
37197 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
37206 bool operator==( ExternalSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
37216 bool operator!=( ExternalSemaphoreProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
37223 …ype sType = StructureType::eExternalSemaphoreProperties;
37224 void * pNext = {};
37225 VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes = {};
37226 VULKAN_HPP_NAMESPACE::ExternalSemaphoreHandleTypeFlags compatibleHandleTypes = {};
37227 VULKAN_HPP_NAMESPACE::ExternalSemaphoreFeatureFlags externalSemaphoreFeatures = {};