GlVersion(GlProfileType, Int32, Int32, Boolean) 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,
bool isCompatibilityProfile
)
Public Sub New (
type As GlProfileType,
major As Integer,
minor As Integer,
isCompatibilityProfile As Boolean
)
new :
type : GlProfileType *
major : int *
minor : int *
isCompatibilityProfile : bool -> GlVersion
Parameters
See Also
Reference
GlVersion Structure
GlVersion Overload
Avalonia.OpenGL Namespace