GL.GetBoolean Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetBoolean(GetPName, Boolean) | |
GetBoolean(GetPName, Boolean*) | |
GetBoolean(GetPName, Boolean[]) |
GetBoolean(GetPName, Boolean)
GetBoolean(GetPName, Boolean*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBooleanv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetBoolean (OpenTK.Graphics.ES30.GetPName pname, bool* params);
static member GetBoolean : OpenTK.Graphics.ES30.GetPName * nativeptr<bool> -> unit
Parameters
- pname
- GetPName
- params
- Boolean*
- Attributes
Applies to
GetBoolean(GetPName, Boolean[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBooleanv", Version="3.0")]
public static void GetBoolean (OpenTK.Graphics.ES30.GetPName pname, bool[] params);
static member GetBoolean : OpenTK.Graphics.ES30.GetPName * bool[] -> unit
Parameters
- pname
- GetPName
- params
- Boolean[]
- Attributes