GL.DeleteFramebuffers 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
DeleteFramebuffers(Int32, UInt32[])
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, uint[] framebuffers);
static member DeleteFramebuffers : int * uint32[] -> unit
Parametri
- n
- Int32
- framebuffers
- UInt32[]
- Attributi
Si applica a
DeleteFramebuffers(Int32, UInt32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, uint* framebuffers);
static member DeleteFramebuffers : int * nativeptr<uint32> -> unit
Parametri
- n
- Int32
- framebuffers
- UInt32*
- Attributi
Si applica a
DeleteFramebuffers(Int32, UInt32)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, ref uint framebuffers);
static member DeleteFramebuffers : int * -> unit
Parametri
- n
- Int32
- framebuffers
- UInt32
- Attributi
Si applica a
DeleteFramebuffers(Int32, Int32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, int* framebuffers);
static member DeleteFramebuffers : int * nativeptr<int> -> unit
Parametri
- n
- Int32
- framebuffers
- Int32*
- Attributi