Compartir a través de


GL.Clear Método

Definición

Sobrecargas

Clear(ClearBufferMask)
Clear(Int32)
Obsoletos.
Clear(UInt32)
Obsoletos.

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

Parámetros

Atributos

Se aplica a

Clear(Int32)

Precaución

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

Parámetros

mask
Int32
Atributos

Se aplica a

Clear(UInt32)

Precaución

Use the overload with strongly typed enumerations

Importante

Esta API no es conforme a 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

Parámetros

mask
UInt32
Atributos

Se aplica a