다음을 통해 공유


GL.Ext.DiscardFramebuffer 메서드

정의

오버로드

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

매개 변수

target
All
numAttachments
Int32
attachments
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, ref OpenTK.Graphics.ES20.All attachments);
static member DiscardFramebuffer : OpenTK.Graphics.ES20.All * int *  -> unit

매개 변수

target
All
numAttachments
Int32
attachments
All
특성

적용 대상

DiscardFramebuffer(All, Int32, All*)

중요

이 API는 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

매개 변수

target
All
numAttachments
Int32
attachments
All*
특성

적용 대상