GL.BindTransformFeedback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- target
- TransformFeedbackTarget
- 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
- target
- TransformFeedbackTarget
- 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