GL.GetBoolean Method

Definition

Overloads

GetBoolean(All, Boolean)
Obsolete.
GetBoolean(All, Boolean*)
Obsolete.
GetBoolean(All, Boolean[])
Obsolete.
GetBoolean(GetPName, Boolean)
GetBoolean(GetPName, Boolean*)
GetBoolean(GetPName, Boolean[])

GetBoolean(All, Boolean)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBoolean (OpenTK.Graphics.ES20.All pname, ref bool params);
static member GetBoolean : OpenTK.Graphics.ES20.All *  -> unit

Parameters

pname
All
params
Boolean
Attributes

Applies to

GetBoolean(All, Boolean*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBoolean (OpenTK.Graphics.ES20.All pname, bool* params);
static member GetBoolean : OpenTK.Graphics.ES20.All * nativeptr<bool> -> unit

Parameters

pname
All
params
Boolean*
Attributes

Applies to

GetBoolean(All, Boolean[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBoolean (OpenTK.Graphics.ES20.All pname, bool[] params);
static member GetBoolean : OpenTK.Graphics.ES20.All * bool[] -> unit

Parameters

pname
All
params
Boolean[]
Attributes

Applies to

GetBoolean(GetPName, Boolean)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
public static void GetBoolean (OpenTK.Graphics.ES20.GetPName pname, out bool params);
static member GetBoolean : OpenTK.Graphics.ES20.GetPName *  -> unit

Parameters

pname
GetPName
params
Boolean
Attributes

Applies to

GetBoolean(GetPName, Boolean*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetBoolean (OpenTK.Graphics.ES20.GetPName pname, bool* params);
static member GetBoolean : OpenTK.Graphics.ES20.GetPName * nativeptr<bool> -> unit

Parameters

pname
GetPName
params
Boolean*
Attributes

Applies to

GetBoolean(GetPName, Boolean[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBooleanv", Version="2.0")]
public static void GetBoolean (OpenTK.Graphics.ES20.GetPName pname, bool[] params);
static member GetBoolean : OpenTK.Graphics.ES20.GetPName * bool[] -> unit

Parameters

pname
GetPName
params
Boolean[]
Attributes

Applies to