GL.Ext.IsProgramPipeline 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
IsProgramPipeline(Int32) | |
IsProgramPipeline(UInt32) |
IsProgramPipeline(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsProgramPipelineEXT", Version="3.0")]
public static bool IsProgramPipeline (int pipeline);
static member IsProgramPipeline : int -> bool
Parameters
- pipeline
- Int32
Returns
- Attributes
Applies to
IsProgramPipeline(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsProgramPipelineEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsProgramPipeline (uint pipeline);
static member IsProgramPipeline : uint32 -> bool
Parameters
- pipeline
- UInt32
Returns
- Attributes