GL.GenTransformFeedback Method

Definition

Overloads

GenTransformFeedback(Int32, UInt32[])
GenTransformFeedback(Int32, UInt32)
GenTransformFeedback(Int32, UInt32*)
GenTransformFeedback(Int32, Int32*)
GenTransformFeedback(Int32, Int32)
GenTransformFeedback(Int32, Int32[])

GenTransformFeedback(Int32, UInt32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTransformFeedback (int n, uint[] ids);
static member GenTransformFeedback : int * uint32[] -> unit

Parameters

n
Int32
ids
UInt32[]
Attributes

Applies to

GenTransformFeedback(Int32, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTransformFeedback (int n, out uint ids);
static member GenTransformFeedback : int *  -> unit

Parameters

n
Int32
ids
UInt32
Attributes

Applies to

GenTransformFeedback(Int32, UInt32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTransformFeedback (int n, uint* ids);
static member GenTransformFeedback : int * nativeptr<uint32> -> unit

Parameters

n
Int32
ids
UInt32*
Attributes

Applies to

GenTransformFeedback(Int32, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTransformFeedback (int n, int* ids);
static member GenTransformFeedback : int * nativeptr<int> -> unit

Parameters

n
Int32
ids
Int32*
Attributes

Applies to

GenTransformFeedback(Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
public static void GenTransformFeedback (int n, out int ids);
static member GenTransformFeedback : int *  -> unit

Parameters

n
Int32
ids
Int32
Attributes

Applies to

GenTransformFeedback(Int32, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTransformFeedbacks", Version="3.0")]
public static void GenTransformFeedback (int n, int[] ids);
static member GenTransformFeedback : int * int[] -> unit

Parameters

n
Int32
ids
Int32[]
Attributes

Applies to