GL.GenFramebuffers Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GenFramebuffers(Int32, UInt32[]) | |
GenFramebuffers(Int32, UInt32) | |
GenFramebuffers(Int32, UInt32*) | |
GenFramebuffers(Int32, Int32*) | |
GenFramebuffers(Int32, Int32[]) | |
GenFramebuffers(Int32, Int32) |
GenFramebuffers(Int32, UInt32[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenFramebuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, uint[] framebuffers);
static member GenFramebuffers : int * uint32[] -> unit
Paramètres
- n
- Int32
- framebuffers
- UInt32[]
- Attributs
S’applique à
GenFramebuffers(Int32, UInt32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenFramebuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, out uint framebuffers);
static member GenFramebuffers : int * -> unit
Paramètres
- n
- Int32
- framebuffers
- UInt32
- Attributs
S’applique à
GenFramebuffers(Int32, UInt32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenFramebuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, uint* framebuffers);
static member GenFramebuffers : int * nativeptr<uint32> -> unit
Paramètres
- n
- Int32
- framebuffers
- UInt32*
- Attributs
S’applique à
GenFramebuffers(Int32, Int32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenFramebuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, int* framebuffers);
static member GenFramebuffers : int * nativeptr<int> -> unit
Paramètres
- n
- Int32
- framebuffers
- Int32*
- Attributs