GL.GenBuffers 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
GenBuffers(Int32, Int32) | |
GenBuffers(Int32, Int32*) | |
GenBuffers(Int32, Int32[]) | |
GenBuffers(Int32, UInt32) | |
GenBuffers(Int32, UInt32*) | |
GenBuffers(Int32, UInt32[]) |
GenBuffers(Int32, Int32)
GenBuffers(Int32, Int32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, int* buffers);
static member GenBuffers : int * nativeptr<int> -> unit
Paramètres
- n
- Int32
- buffers
- Int32*
- Attributs
S’applique à
GenBuffers(Int32, Int32[])
GenBuffers(Int32, UInt32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, out uint buffers);
static member GenBuffers : int * -> unit
Paramètres
- n
- Int32
- buffers
- UInt32
- Attributs
S’applique à
GenBuffers(Int32, UInt32*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint* buffers);
static member GenBuffers : int * nativeptr<uint32> -> unit
Paramètres
- n
- Int32
- buffers
- UInt32*
- Attributs
S’applique à
GenBuffers(Int32, UInt32[])
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint[] buffers);
static member GenBuffers : int * uint32[] -> unit
Paramètres
- n
- Int32
- buffers
- UInt32[]
- Attributs