GL.CullFace Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CullFace(CullFaceMode) | |
CullFace(All) |
Veraltet.
|
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
Parameter
- mode
- CullFaceMode
- Attribute
Gilt für:
CullFace(All)
Achtung
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
Parameter
- mode
- All
- Attribute