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