GlVersion Structure
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public struct GlVersion : IEquatable<GlVersion>
Public Structure GlVersion
Implements IEquatable(Of GlVersion)
[<SealedAttribute>]
type GlVersion =
struct
inherit ValueType
interface IEquatable<GlVersion>
end
Inheritance | Object → ValueType → GlVersion |
Implements | IEquatable(GlVersion) |
Constructors
GlVersion(GlProfileType, Int32, Int32) | Initializes a new instance of the GlVersion class |
GlVersion(GlProfileType, Int32, Int32, Boolean) | Initializes a new instance of the GlVersion class |
Properties
IsCompatibilityProfile | |
Major | |
Minor | |
Type |
Methods
GetType() | Gets the Type of the current instance. (Inherited from Object) |