Compartir a través de


GL.Lightx Método

Definición

Sobrecargas

Lightx(All, All, Int32[])
Lightx(All, All, Int32*)
Lightx(All, All, Int32)

Lightx(All, All, Int32[])

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

Parámetros

light
All
pname
All
params
Int32[]
Atributos

Se aplica a

Lightx(All, All, Int32*)

Importante

Esta API no es conforme a CLS.

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

Parámetros

light
All
pname
All
params
Int32*
Atributos

Se aplica a

Lightx(All, All, Int32)

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

Parámetros

light
All
pname
All
param
Int32
Atributos

Se aplica a