GL.GetFloat 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
GetFloat(GetPName, Single)
GetFloat(GetPName, Single[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFloatv", Version="2.0")]
public static void GetFloat (OpenTK.Graphics.ES20.GetPName pname, float[] params);
static member GetFloat : OpenTK.Graphics.ES20.GetPName * single[] -> unit
Parameters
- pname
- GetPName
- params
- Single[]
- Attributes
Applies to
GetFloat(GetPName, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFloatv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetFloat (OpenTK.Graphics.ES20.GetPName pname, float* params);
static member GetFloat : OpenTK.Graphics.ES20.GetPName * nativeptr<single> -> unit
Parameters
- pname
- GetPName
- params
- Single*
- Attributes
Applies to
GetFloat(GetPName, Vector4)
GetFloat(GetPName, Vector3)
GetFloat(GetPName, Vector2)
GetFloat(GetPName, Matrix4)
GetFloat(All, Single[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFloatv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFloat (OpenTK.Graphics.ES20.All pname, float[] params);
static member GetFloat : OpenTK.Graphics.ES20.All * single[] -> unit
Parameters
- pname
- All
- params
- Single[]
- Attributes
Applies to
GetFloat(All, Single*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFloatv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFloat (OpenTK.Graphics.ES20.All pname, float* params);
static member GetFloat : OpenTK.Graphics.ES20.All * nativeptr<single> -> unit
Parameters
- pname
- All
- params
- Single*
- Attributes
Applies to
GetFloat(All, Single)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFloatv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFloat (OpenTK.Graphics.ES20.All pname, ref float params);
static member GetFloat : OpenTK.Graphics.ES20.All * -> unit
Parameters
- pname
- All
- params
- Single
- Attributes