GL.Ext.DiscardFramebuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- target
- All
- numAttachments
- Int32
- attachments
- All[]
- Attributes
Applies to
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
Parameters
- target
- All
- numAttachments
- Int32
- attachments
- All
- Attributes
Applies to
DiscardFramebuffer(All, Int32, All*)
Important
This API is not CLS-compliant.
[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
Parameters
- target
- All
- numAttachments
- Int32
- attachments
- All*
- Attributes