GL.IsProgram 方法

定义

重载

IsProgram(UInt32)
IsProgram(Int32)

IsProgram(UInt32)

重要

此 API 不符合 CLS。

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

参数

program
UInt32

返回

属性

适用于

IsProgram(Int32)

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

参数

program
Int32

返回

属性

适用于