GL.IsRenderbuffer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- renderbuffer
- Int32
Restituisce
- Attributi
Si applica a
IsRenderbuffer(UInt32)
Importante
Questa API non è conforme a 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
Parametri
- renderbuffer
- UInt32
Restituisce
- Attributi