Compartir a través de


GL.IsFramebuffer Método

Definición

Sobrecargas

IsFramebuffer(Int32)
IsFramebuffer(UInt32)

IsFramebuffer(Int32)

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

Parámetros

framebuffer
Int32

Devoluciones

Atributos

Se aplica a

IsFramebuffer(UInt32)

Importante

Esta API no es conforme a CLS.

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

Parámetros

framebuffer
UInt32

Devoluciones

Atributos

Se aplica a