GL.Oes.BindFramebuffer 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
BindFramebuffer(All, Int32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindFramebufferOES", Version="1.1")]
public static void BindFramebuffer(OpenTK.Graphics.ES11.All target, int framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES11.All * int -> unit
Parâmetros
- target
- All
- framebuffer
- Int32
- Atributos
Aplica-se a
BindFramebuffer(All, UInt32)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindFramebufferOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void BindFramebuffer(OpenTK.Graphics.ES11.All target, uint framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES11.All * uint32 -> unit
Parâmetros
- target
- All
- framebuffer
- UInt32
- Atributos