GL.BindTransformFeedback Method

Definition

Overloads

BindTransformFeedback(TransformFeedbackTarget, Int32)
BindTransformFeedback(TransformFeedbackTarget, UInt32)
BindTransformFeedback(All, Int32)
Obsolete.
BindTransformFeedback(All, UInt32)
Obsolete.

BindTransformFeedback(TransformFeedbackTarget, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindTransformFeedback", Version="3.0")]
public static void BindTransformFeedback (OpenTK.Graphics.ES30.TransformFeedbackTarget target, int id);
static member BindTransformFeedback : OpenTK.Graphics.ES30.TransformFeedbackTarget * int -> unit

Parameters

id
Int32
Attributes

Applies to

BindTransformFeedback(TransformFeedbackTarget, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindTransformFeedback", Version="3.0")]
[System.CLSCompliant(false)]
public static void BindTransformFeedback (OpenTK.Graphics.ES30.TransformFeedbackTarget target, uint id);
static member BindTransformFeedback : OpenTK.Graphics.ES30.TransformFeedbackTarget * uint32 -> unit

Parameters

id
UInt32
Attributes

Applies to

BindTransformFeedback(All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindTransformFeedback", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BindTransformFeedback (OpenTK.Graphics.ES30.All target, int id);
static member BindTransformFeedback : OpenTK.Graphics.ES30.All * int -> unit

Parameters

target
All
id
Int32
Attributes

Applies to

BindTransformFeedback(All, UInt32)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindTransformFeedback", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BindTransformFeedback (OpenTK.Graphics.ES30.All target, uint id);
static member BindTransformFeedback : OpenTK.Graphics.ES30.All * uint32 -> unit

Parameters

target
All
id
UInt32
Attributes

Applies to