GL.Clear Metodo

Definizione

Overload

Clear(ClearBufferMask)
Clear(Int32)
Obsoleti.
Clear(UInt32)
Obsoleti.

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

Parametri

Attributi

Si applica a

Clear(Int32)

Attenzione

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

Parametri

mask
Int32
Attributi

Si applica a

Clear(UInt32)

Attenzione

Use the overload with strongly typed enumerations

Importante

Questa API non è 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

Parametri

mask
UInt32
Attributi

Si applica a