共用方式為


GL.Oes.BindFramebuffer 方法

定義

多載

BindFramebuffer(All, Int32)
BindFramebuffer(All, UInt32)

BindFramebuffer(All, Int32)

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

參數

target
All
framebuffer
Int32
屬性

適用於

BindFramebuffer(All, UInt32)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindFramebufferOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void BindFramebuffer (OpenTK.Graphics.ES11.All target, uint framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES11.All * uint32 -> unit

參數

target
All
framebuffer
UInt32
屬性

適用於