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