GL.Ext.DiscardFramebuffer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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
パラメーター
- 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*
- 属性