GL.Light Method

Definition

Overloads

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

Light(All, All, Single)

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

Parameters

light
All
pname
All
param
Single
Attributes

Applies to

Light(All, All, Single*)

Important

This API is not CLS-compliant.

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

Parameters

light
All
pname
All
params
Single*
Attributes

Applies to

Light(All, All, Single[])

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

Parameters

light
All
pname
All
params
Single[]
Attributes

Applies to