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
属性

适用于