GL.Oes.BindRenderbuffer Method

Definition

Overloads

BindRenderbuffer(All, Int32)
BindRenderbuffer(All, UInt32)

BindRenderbuffer(All, Int32)

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

Parameters

target
All
renderbuffer
Int32
Attributes

Applies to

BindRenderbuffer(All, UInt32)

Important

This API is not CLS-compliant.

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

Parameters

target
All
renderbuffer
UInt32
Attributes

Applies to