次の方法で共有


GL.Ext.IsProgramPipeline メソッド

定義

オーバーロード

IsProgramPipeline(Int32)
IsProgramPipeline(UInt32)

IsProgramPipeline(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsProgramPipelineEXT", Version="3.0")]
public static bool IsProgramPipeline (int pipeline);
static member IsProgramPipeline : int -> bool

パラメーター

pipeline
Int32

戻り値

属性

適用対象

IsProgramPipeline(UInt32)

重要

この API は CLS 準拠ではありません。

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

パラメーター

pipeline
UInt32

戻り値

属性

適用対象