GL.GetLight Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- light
- All
- pname
- All
- params
- Single
- Attributs
S’applique à
GetLight(All, All, Single*)
Important
Cette API n’est pas conforme CLS.
[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
Paramètres
- light
- All
- pname
- All
- params
- Single*
- Attributs
S’applique à
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
Paramètres
- light
- All
- pname
- All
- params
- Single[]
- Attributs