GL.IsFramebuffer Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retornos
- Atributos
Aplica-se a
IsFramebuffer(UInt32)
Importante
Esta API não está em conformidade com 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
Retornos
- Atributos