GL.DeleteProgram 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DeleteProgram(Int32) | |
DeleteProgram(UInt32) |
DeleteProgram(Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgram", Version="2.0")]
public static void DeleteProgram (int program);
static member DeleteProgram : int -> unit
参数
- program
- Int32
- 属性
适用于
DeleteProgram(UInt32)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgram", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgram (uint program);
static member DeleteProgram : uint32 -> unit
参数
- program
- UInt32
- 属性