Skip to main content

KnownPlatformGraphicsExternalSemaphoreHandleTypes Class

Describes various GPU semaphore handle types that are currently supported by Avalonia graphics backends

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class KnownPlatformGraphicsExternalSemaphoreHandleTypes
InheritanceObject → KnownPlatformGraphicsExternalSemaphoreHandleTypes

Fields

Direct3D12FenceNtHandle 
VulkanOpaqueKmtHandle 
VulkanOpaqueNtHandleA NT handle that's been exported by Vulkan using VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT or in a compatible way
VulkanOpaquePosixFileDescriptorA POSIX file descriptor that's been exported by Vulkan using VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT or in a compatible way

See Also

Reference

Avalonia.Platform Namespace