GL.CompileShader 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
CompileShader(Int32) | |
CompileShader(UInt32) |
CompileShader(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompileShader", Version="3.0")]
public static void CompileShader (int shader);
static member CompileShader : int -> unit
Paramètres
- shader
- Int32
- Attributs
S’applique à
CompileShader(UInt32)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompileShader", Version="3.0")]
[System.CLSCompliant(false)]
public static void CompileShader (uint shader);
static member CompileShader : uint32 -> unit
Paramètres
- shader
- UInt32
- Attributs