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