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