GL.GetBoolean Method

Definition

Overloads

GetBoolean(All, Boolean*)
GetBoolean(All, Boolean[])
GetBoolean(All, Boolean)

GetBoolean(All, Boolean*)

Important

This API is not CLS-compliant.

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

Parameters

pname
All
params
Boolean*
Attributes

Applies to

GetBoolean(All, Boolean[])

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

Parameters

pname
All
params
Boolean[]
Attributes

Applies to

GetBoolean(All, Boolean)

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

Parameters

pname
All
params
Boolean
Attributes

Applies to