GL.Clear メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Clear(ClearBufferMask) | |
Clear(Int32) |
古い.
|
Clear(UInt32) |
古い.
|
Clear(ClearBufferMask)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClear", Version="1.1")]
public static void Clear (OpenTK.Graphics.ES11.ClearBufferMask mask);
static member Clear : OpenTK.Graphics.ES11.ClearBufferMask -> unit
パラメーター
- mask
- ClearBufferMask
- 属性
適用対象
Clear(Int32)
注意事項
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClear", Version="1.1")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void Clear (int mask);
static member Clear : int -> unit
パラメーター
- mask
- Int32
- 属性
適用対象
Clear(UInt32)
注意事項
Use the overload with strongly typed enumerations
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClear", Version="1.1")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void Clear (uint mask);
static member Clear : uint32 -> unit
パラメーター
- mask
- UInt32
- 属性