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