GL.Clear メソッド

定義

オーバーロード

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

パラメーター

属性

適用対象

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
属性

適用対象