GL.Ext.GetProgramPipelineInfoLog 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
GetProgramPipelineInfoLog(UInt32, Int32, Int32[], StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, int[] length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * int[] * System.Text.StringBuilder -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32[]
- infoLog
- StringBuilder
- Attributes
Applies to
GetProgramPipelineInfoLog(UInt32, Int32, Int32*, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, int* length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * nativeptr<int> * System.Text.StringBuilder -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32*
- infoLog
- StringBuilder
- Attributes
Applies to
GetProgramPipelineInfoLog(UInt32, Int32, Int32*, String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, int* length, string infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * nativeptr<int> * string -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32*
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(UInt32, Int32, Int32, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, out int length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * * System.Text.StringBuilder -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32
- infoLog
- StringBuilder
- Attributes
Applies to
GetProgramPipelineInfoLog(UInt32, Int32, Int32, String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, ref int length, string infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * * string -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(UInt32, Int32, Int32[], String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (uint pipeline, int bufSize, int[] length, string infoLog);
static member GetProgramPipelineInfoLog : uint32 * int * int[] * string -> unit
Parameters
- pipeline
- UInt32
- bufSize
- Int32
- length
- Int32[]
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32[], String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, int[] length, string infoLog);
static member GetProgramPipelineInfoLog : int * int * int[] * string -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32[]
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32*, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, int* length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : int * int * nativeptr<int> * System.Text.StringBuilder -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32*
- infoLog
- StringBuilder
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32*, String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, int* length, string infoLog);
static member GetProgramPipelineInfoLog : int * int * nativeptr<int> * string -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32*
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32, StringBuilder)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, out int length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : int * int * * System.Text.StringBuilder -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32
- infoLog
- StringBuilder
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32, String)
Caution
Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations and StringBuilder final parameter. This overload is not supported.")]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, ref int length, string infoLog);
static member GetProgramPipelineInfoLog : int * int * * string -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32
- infoLog
- String
- Attributes
Applies to
GetProgramPipelineInfoLog(Int32, Int32, Int32[], StringBuilder)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetProgramPipelineInfoLogEXT", Version="2.0")]
public static void GetProgramPipelineInfoLog (int pipeline, int bufSize, int[] length, System.Text.StringBuilder infoLog);
static member GetProgramPipelineInfoLog : int * int * int[] * System.Text.StringBuilder -> unit
Parameters
- pipeline
- Int32
- bufSize
- Int32
- length
- Int32[]
- infoLog
- StringBuilder
- Attributes