GL.Ext.DiscardFramebuffer Method

Definition

Overloads

DiscardFramebuffer(All, Int32, All)
DiscardFramebuffer(All, Int32, All*)
DiscardFramebuffer(All, Int32, All[])

DiscardFramebuffer(All, Int32, All)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDiscardFramebufferEXT", Version="1.1")]
public static void DiscardFramebuffer (OpenTK.Graphics.ES11.All target, int numAttachments, ref OpenTK.Graphics.ES11.All attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES11.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="1.1", EntryPoint="glDiscardFramebufferEXT", Version="1.1")]
[System.CLSCompliant(false)]
public static void DiscardFramebuffer (OpenTK.Graphics.ES11.All target, int numAttachments, OpenTK.Graphics.ES11.All* attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES11.All * int * nativeptr<OpenTK.Graphics.ES11.All> -> unit

Parameters

target
All
numAttachments
Int32
attachments
All*
Attributes

Applies to

DiscardFramebuffer(All, Int32, All[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDiscardFramebufferEXT", Version="1.1")]
public static void DiscardFramebuffer (OpenTK.Graphics.ES11.All target, int numAttachments, OpenTK.Graphics.ES11.All[] attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All[] -> unit

Parameters

target
All
numAttachments
Int32
attachments
All[]
Attributes

Applies to