GL.CullFace 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| CullFace(CullFaceMode) | |
| CullFace(All) |
已淘汰.
|
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
參數
- mode
- CullFaceMode
- 屬性
適用於
CullFace(All)
警告
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
參數
- mode
- All
- 屬性