Partager via


GL.Clear Méthode

Définition

Surcharges

Clear(ClearBufferMask)
Clear(Int32)
Obsolète.
Clear(UInt32)
Obsolète.

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

Paramètres

Attributs

S’applique à

Clear(Int32)

Attention

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

Paramètres

mask
Int32
Attributs

S’applique à

Clear(UInt32)

Attention

Use the overload with strongly typed enumerations

Important

Cette API n’est pas conforme 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

Paramètres

mask
UInt32
Attributs

S’applique à