GL.BindFramebuffer Method

Definition

Overloads

BindFramebuffer(All, Int32)
Obsolete.
BindFramebuffer(All, UInt32)
Obsolete.
BindFramebuffer(FramebufferTarget, Int32)
BindFramebuffer(FramebufferTarget, UInt32)

BindFramebuffer(All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBindFramebuffer", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BindFramebuffer (OpenTK.Graphics.ES20.All target, int framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES20.All * int -> unit

Parameters

target
All
framebuffer
Int32
Attributes

Applies to

BindFramebuffer(All, UInt32)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBindFramebuffer", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BindFramebuffer (OpenTK.Graphics.ES20.All target, uint framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES20.All * uint32 -> unit

Parameters

target
All
framebuffer
UInt32
Attributes

Applies to

BindFramebuffer(FramebufferTarget, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBindFramebuffer", Version="2.0")]
public static void BindFramebuffer (OpenTK.Graphics.ES20.FramebufferTarget target, int framebuffer);
static member BindFramebuffer : OpenTK.Graphics.ES20.FramebufferTarget * int -> unit

Parameters

framebuffer
Int32
Attributes

Applies to

BindFramebuffer(FramebufferTarget, UInt32)

Important

This API is not CLS-compliant.

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

Parameters

framebuffer
UInt32
Attributes

Applies to