GL.Ext.GenProgramPipelines Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenProgramPipelines(Int32, UInt32*)
Important
This API is not CLS-compliant.
[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
Parameters
- n
- Int32
- pipelines
- UInt32*
- Attributes
Applies to
GenProgramPipelines(Int32, UInt32)
Important
This API is not CLS-compliant.
[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
Parameters
- n
- Int32
- pipelines
- UInt32
- Attributes
Applies to
GenProgramPipelines(Int32, UInt32[])
Important
This API is not CLS-compliant.
[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
Parameters
- n
- Int32
- pipelines
- UInt32[]
- Attributes
Applies to
GenProgramPipelines(Int32, Int32*)
Important
This API is not CLS-compliant.
[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
Parameters
- n
- Int32
- pipelines
- Int32*
- Attributes