GL.BindFramebuffer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BindFramebuffer(FramebufferTarget, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindFramebuffer", Version="3.0")]
public static void BindFramebuffer(OpenTK.Graphics.ES30.FramebufferTarget target, int framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES30.FramebufferTarget * int -> unit
Paramètres
- target
- FramebufferTarget
- framebuffer
- Int32
- Attributs
S’applique à
BindFramebuffer(FramebufferTarget, UInt32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindFramebuffer", Version="3.0")]
[System.CLSCompliant(false)]
public static void BindFramebuffer(OpenTK.Graphics.ES30.FramebufferTarget target, uint framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES30.FramebufferTarget * uint32 -> unit
Paramètres
- target
- FramebufferTarget
- framebuffer
- UInt32
- Attributs