D3D11TextureGlobalSharedHandle Field
An DXGI global shared handle returned by IDXGIResource::GetSharedHandle D3D11_RESOURCE_MISC_SHARED or D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX flag. The handle does not own the reference to the underlying video memory, so the provider should make sure that the resource is valid until the handle has been successfully imported
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public const string D3D11TextureGlobalSharedHandle = "D3D11TextureGlobalSharedHandle"
Public Const D3D11TextureGlobalSharedHandle As String = "D3D11TextureGlobalSharedHandle"
static val mutable D3D11TextureGlobalSharedHandle: string
Field Value
StringSee Also
Reference
KnownPlatformGraphicsExternalImageHandleTypes Class
Avalonia.Platform Namespace