Table of Contents

Class GlInterface.GlContextInfo

Namespace
Avalonia.OpenGL
Assembly
Avalonia.OpenGL.dll
public class GlInterface.GlContextInfo
Inheritance
GlInterface.GlContextInfo
Inherited Members

Constructors

GlContextInfo(GlVersion, HashSet<string>)

public GlContextInfo(GlVersion version, HashSet<string> extensions)

Parameters

version GlVersion
extensions HashSet<string>

Properties

Extensions

public HashSet<string> Extensions { get; }

Property Value

HashSet<string>

Version

public GlVersion Version { get; }

Property Value

GlVersion

Methods

Create(GlVersion, Func<string, nint>)

public static GlInterface.GlContextInfo Create(GlVersion version, Func<string, nint> getProcAddress)

Parameters

version GlVersion
getProcAddress Func<string, nint>

Returns

GlInterface.GlContextInfo