GL.Ext.GenProgramPipelines 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
GenProgramPipelines(Int32, UInt32*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenProgramPipelines(int n, uint* pipelines);
static member GenProgramPipelines : int * nativeptr<uint32> -> unit
Parameter
- n
- Int32
- pipelines
- UInt32*
- Attribute
Gilt für:
GenProgramPipelines(Int32, UInt32)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenProgramPipelines(int n, out uint pipelines);
static member GenProgramPipelines : int * -> unit
Parameter
- n
- Int32
- pipelines
- UInt32
- Attribute
Gilt für:
GenProgramPipelines(Int32, UInt32[])
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenProgramPipelines(int n, uint[] pipelines);
static member GenProgramPipelines : int * uint32[] -> unit
Parameter
- n
- Int32
- pipelines
- UInt32[]
- Attribute
Gilt für:
GenProgramPipelines(Int32, Int32*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenProgramPipelines(int n, int* pipelines);
static member GenProgramPipelines : int * nativeptr<int> -> unit
Parameter
- n
- Int32
- pipelines
- Int32*
- Attribute