IGlContext Interface
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public interface IGlContext : IPlatformGraphicsContext,
IDisposable, IOptionalFeatureProvider
Public Interface IGlContext
Inherits IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
type IGlContext =
interface
interface IPlatformGraphicsContext
interface IDisposable
interface IOptionalFeatureProvider
end
| Implements | IOptionalFeatureProvider, IPlatformGraphicsContext, IDisposable |
Properties
| CanCreateSharedContext | |
| GlInterface | |
| SampleCount | |
| StencilSize | |
| Version |
Methods
| CreateSharedContext(IEnumerable(GlVersion)) | |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| IsSharedWith(IGlContext) | |
| MakeCurrent() |