GL.GetFloat Method

Definition

Overloads

GetFloat(All, Single)
GetFloat(All, Single*)
GetFloat(All, Single[])

GetFloat(All, Single)

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

Parameters

pname
All
params
Single
Attributes

Applies to

GetFloat(All, Single*)

Important

This API is not CLS-compliant.

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

Parameters

pname
All
params
Single*
Attributes

Applies to

GetFloat(All, Single[])

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

Parameters

pname
All
params
Single[]
Attributes

Applies to