GL.Ext.DiscardFramebuffer 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
| 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
Parâmetros
- target
- All
- numAttachments
- Int32
- attachments
- All[]
- Atributos
Aplica-se a
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
Parâmetros
- target
- All
- numAttachments
- Int32
- attachments
- All
- Atributos
Aplica-se a
DiscardFramebuffer(All, Int32, All*)
Importante
Esta API não está em conformidade com 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
Parâmetros
- target
- All
- numAttachments
- Int32
- attachments
- All*
- Atributos