共用方式為


GL.IsTransformFeedback 方法

定義

多載

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

參數

id
Int32

傳回

屬性

適用於

IsTransformFeedback(UInt32)

重要

此 API 不符合 CLS 規範。

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

參數

id
UInt32

傳回

屬性

適用於