GlVersion(GlProfileType, Int32, Int32) Constructor
Initializes a new instance of the GlVersion class
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public GlVersion(
GlProfileType type,
int major,
int minor
)
Public Sub New (
type As GlProfileType,
major As Integer,
minor As Integer
)
new :
type : GlProfileType *
major : int *
minor : int -> GlVersion
Parameters
See Also
Reference
GlVersion Structure
GlVersion Overload
Avalonia.OpenGL Namespace