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