GL.Ext.GetProgramPipeline 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
GetProgramPipeline(UInt32, All, Int32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipeline (uint pipeline, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetProgramPipeline : uint32 * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- pipeline
- UInt32
- pname
- All
- params
- Int32[]
- Attributes
Applies to
GetProgramPipeline(UInt32, All, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipeline (uint pipeline, OpenTK.Graphics.ES30.All pname, int* params);
static member GetProgramPipeline : uint32 * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- pipeline
- UInt32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetProgramPipeline(UInt32, All, Int32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipeline (uint pipeline, OpenTK.Graphics.ES30.All pname, out int params);
static member GetProgramPipeline : uint32 * OpenTK.Graphics.ES30.All * -> unit
Parameters
- pipeline
- UInt32
- pname
- All
- params
- Int32
- Attributes
Applies to
GetProgramPipeline(Int32, All, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipeline (int pipeline, OpenTK.Graphics.ES30.All pname, int* params);
static member GetProgramPipeline : int * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- pipeline
- Int32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetProgramPipeline(Int32, All, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
public static void GetProgramPipeline (int pipeline, OpenTK.Graphics.ES30.All pname, out int params);
static member GetProgramPipeline : int * OpenTK.Graphics.ES30.All * -> unit
Parameters
- pipeline
- Int32
- pname
- All
- params
- Int32
- Attributes
Applies to
GetProgramPipeline(Int32, All, Int32[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramPipelineivEXT", Version="3.0")]
public static void GetProgramPipeline (int pipeline, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetProgramPipeline : int * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- pipeline
- Int32
- pname
- All
- params
- Int32[]
- Attributes