共用方式為


GL.DeleteProgram 方法

定義

多載

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
屬性

適用於