共用方式為


GL.IsProgram 方法

定義

多載

IsProgram(Int32)
IsProgram(UInt32)

IsProgram(Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsProgram", Version="2.0")]
public static bool IsProgram (int program);
static member IsProgram : int -> bool

參數

program
Int32

傳回

屬性

適用於

IsProgram(UInt32)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsProgram", Version="2.0")]
[System.CLSCompliant(false)]
public static bool IsProgram (uint program);
static member IsProgram : uint32 -> bool

參數

program
UInt32

傳回

屬性

適用於