GL.Clear Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- mask
- ClearBufferMask
- 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