GL.GetLight 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
GetLight(All, All, Single) | |
GetLight(All, All, Single*) | |
GetLight(All, All, Single[]) |
GetLight(All, All, Single)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, out float params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * -> unit
Parameters
- light
- All
- pname
- All
- params
- Single
- Attributes
Applies to
GetLight(All, All, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
[System.CLSCompliant(false)]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, float* params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<single> -> unit
Parameters
- light
- All
- pname
- All
- params
- Single*
- Attributes
Applies to
GetLight(All, All, Single[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, float[] params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single[] -> unit
Parameters
- light
- All
- pname
- All
- params
- Single[]
- Attributes