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(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)
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