Skip to main content

IGlExternalImageTexture 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 IGlExternalImageTexture : IDisposable
ImplementsIDisposable

Properties

InternalFormat 
Properties 
TextureId 
TextureTypeGL_TEXTURE_2D or GL_TEXTURE_RECTANGLE

Methods

AcquireKeyedMutex(UInt32) 
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
ReleaseKeyedMutex(UInt32) 

See Also

Reference

Avalonia.OpenGL Namespace