GL.DeleteProgram Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- program
- Int32
- Attributs
S’applique à
DeleteProgram(UInt32)
Important
Cette API n’est pas conforme 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
Paramètres
- program
- UInt32
- Attributs