GL.Ext.DiscardFramebuffer 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
DiscardFramebuffer(All, Int32, All[]) | |
DiscardFramebuffer(All, Int32, All) | |
DiscardFramebuffer(All, Int32, All*) |
DiscardFramebuffer(All, Int32, All[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDiscardFramebufferEXT", Version="2.0")]
public static void DiscardFramebuffer (OpenTK.Graphics.ES20.All target, int numAttachments, OpenTK.Graphics.ES20.All[] attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All[] -> unit
Paramètres
- target
- All
- numAttachments
- Int32
- attachments
- All[]
- Attributs
S’applique à
DiscardFramebuffer(All, Int32, All)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDiscardFramebufferEXT", Version="2.0")]
public static void DiscardFramebuffer (OpenTK.Graphics.ES20.All target, int numAttachments, ref OpenTK.Graphics.ES20.All attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES20.All * int * -> unit
Paramètres
- target
- All
- numAttachments
- Int32
- attachments
- All
- Attributs
S’applique à
DiscardFramebuffer(All, Int32, All*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDiscardFramebufferEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void DiscardFramebuffer (OpenTK.Graphics.ES20.All target, int numAttachments, OpenTK.Graphics.ES20.All* attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES20.All * int * nativeptr<OpenTK.Graphics.ES20.All> -> unit
Paramètres
- target
- All
- numAttachments
- Int32
- attachments
- All*
- Attributs