Partager via


GL.LightModel Méthode

Définition

Surcharges

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

LightModel(All, Single)

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

Paramètres

pname
All
param
Single
Attributs

S’applique à

LightModel(All, Single*)

Important

Cette API n’est pas conforme CLS.

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

Paramètres

pname
All
params
Single*
Attributs

S’applique à

LightModel(All, Single[])

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

Paramètres

pname
All
params
Single[]
Attributs

S’applique à