Skip to main content

IGlContextExternalObjectsFeature Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Definition

Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)

[NotClientImplementableAttribute]
public interface IGlContextExternalObjectsFeature
View Source

Properties

DeviceLuid 
DeviceUuid 
SupportedExportableExternalImageTypes 
SupportedExportableExternalSemaphoreTypes 
SupportedImportableExternalImageTypes 
SupportedImportableExternalSemaphoreTypes 

Methods

CreateImage(String, PixelSize, PlatformGraphicsExternalImageFormat) 
CreateSemaphore(String) 
GetSupportedFormatsForExternalMemoryType(String) 
GetSynchronizationCapabilities(String) 
ImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties) 
ImportSemaphore(IPlatformHandle) 

See Also

Reference

Avalonia.OpenGL Namespace