GL.Ext.DeleteProgramPipelines Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeleteProgramPipelines(Int32, UInt32[])
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
Parameter
- n
- Int32
- pipelines
- UInt32[]
- Attribute
Gilt für:
DeleteProgramPipelines(Int32, UInt32)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
Parameter
- n
- Int32
- pipelines
- UInt32
- Attribute
Gilt für:
DeleteProgramPipelines(Int32, UInt32*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
Parameter
- n
- Int32
- pipelines
- UInt32*
- Attribute
Gilt für:
DeleteProgramPipelines(Int32, Int32*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[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
Parameter
- n
- Int32
- pipelines
- Int32*
- Attribute