Freigeben über


GL.DeleteProgram Methode

Definition

Überlädt

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

Parameter

program
Int32
Attribute

Gilt für:

DeleteProgram(UInt32)

Wichtig

Diese API ist nicht CLS-kompatibel.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgram", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgram (uint program);
static member DeleteProgram : uint32 -> unit

Parameter

program
UInt32
Attribute

Gilt für: