Partager via


GL.DeleteFramebuffers Méthode

Définition

Surcharges

DeleteFramebuffers(Int32, UInt32[])
DeleteFramebuffers(Int32, UInt32*)
DeleteFramebuffers(Int32, UInt32)
DeleteFramebuffers(Int32, Int32*)
DeleteFramebuffers(Int32, Int32)
DeleteFramebuffers(Int32, Int32[])

DeleteFramebuffers(Int32, UInt32[])

Important

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

Paramètres

n
Int32
framebuffers
UInt32[]
Attributs

S’applique à

DeleteFramebuffers(Int32, UInt32*)

Important

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

Paramètres

n
Int32
framebuffers
UInt32*
Attributs

S’applique à

DeleteFramebuffers(Int32, UInt32)

Important

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

Paramètres

n
Int32
framebuffers
UInt32
Attributs

S’applique à

DeleteFramebuffers(Int32, Int32*)

Important

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

Paramètres

n
Int32
framebuffers
Int32*
Attributs

S’applique à

DeleteFramebuffers(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
public static void DeleteFramebuffers (int n, ref int framebuffers);
static member DeleteFramebuffers : int *  -> unit

Paramètres

n
Int32
framebuffers
Int32
Attributs

S’applique à

DeleteFramebuffers(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
public static void DeleteFramebuffers (int n, int[] framebuffers);
static member DeleteFramebuffers : int * int[] -> unit

Paramètres

n
Int32
framebuffers
Int32[]
Attributs

S’applique à