GL.Oes.BindFramebuffer Method

Definition

Overloads

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

Parameters

target
All
framebuffer
Int32
Attributes

Applies to

BindFramebuffer(All, UInt32)

Important

This API is not CLS-compliant.

[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

Parameters

target
All
framebuffer
UInt32
Attributes

Applies to