GL.IsTransformFeedback Method

Definition

Overloads

IsTransformFeedback(Int32)
IsTransformFeedback(UInt32)

IsTransformFeedback(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsTransformFeedback", Version="3.0")]
public static bool IsTransformFeedback (int id);
static member IsTransformFeedback : int -> bool

Parameters

id
Int32

Returns

Attributes

Applies to

IsTransformFeedback(UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsTransformFeedback", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsTransformFeedback (uint id);
static member IsTransformFeedback : uint32 -> bool

Parameters

id
UInt32

Returns

Attributes

Applies to