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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IGlExternalImageTexture : IDisposable
<NotClientImplementableAttribute>
Public Interface IGlExternalImageTexture
Inherits IDisposable
[<NotClientImplementableAttribute>]
type IGlExternalImageTexture =
interface
interface IDisposable
end
Implements | IDisposable |
Properties
InternalFormat | |
Properties | |
TextureId | |
TextureType | GL_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) |