GL.DepthFunc 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
DepthFunc(All) |
Obsolète.
|
DepthFunc(DepthFunction) |
DepthFunc(All)
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDepthFunc", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DepthFunc (OpenTK.Graphics.ES20.All func);
static member DepthFunc : OpenTK.Graphics.ES20.All -> unit
Paramètres
- func
- All
- Attributs
S’applique à
DepthFunc(DepthFunction)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDepthFunc", Version="2.0")]
public static void DepthFunc (OpenTK.Graphics.ES20.DepthFunction func);
static member DepthFunc : OpenTK.Graphics.ES20.DepthFunction -> unit
Paramètres
- func
- DepthFunction
- Attributs