GL.IsFramebuffer Metodo

Definizione

Overload

IsFramebuffer(Int32)
IsFramebuffer(UInt32)

IsFramebuffer(Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsFramebuffer", Version="2.0")]
public static bool IsFramebuffer (int framebuffer);
static member IsFramebuffer : int -> bool

Parametri

framebuffer
Int32

Restituisce

Attributi

Si applica a

IsFramebuffer(UInt32)

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsFramebuffer", Version="2.0")]
[System.CLSCompliant(false)]
public static bool IsFramebuffer (uint framebuffer);
static member IsFramebuffer : uint32 -> bool

Parametri

framebuffer
UInt32

Restituisce

Attributi

Si applica a