GL.GetProgram Method

Definition

Overloads

GetProgram(Int32, ProgramParameter, Int32)
GetProgram(Int32, ProgramParameter, Int32*)
GetProgram(Int32, ProgramParameter, Int32[])
GetProgram(UInt32, ProgramParameter, Int32)
GetProgram(UInt32, ProgramParameter, Int32*)
GetProgram(UInt32, ProgramParameter, Int32[])

GetProgram(Int32, ProgramParameter, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
public static void GetProgram (int program, OpenTK.Graphics.ES30.ProgramParameter pname, out int params);
static member GetProgram : int * OpenTK.Graphics.ES30.ProgramParameter *  -> unit

Parameters

program
Int32
params
Int32
Attributes

Applies to

GetProgram(Int32, ProgramParameter, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgram (int program, OpenTK.Graphics.ES30.ProgramParameter pname, int* params);
static member GetProgram : int * OpenTK.Graphics.ES30.ProgramParameter * nativeptr<int> -> unit

Parameters

program
Int32
params
Int32*
Attributes

Applies to

GetProgram(Int32, ProgramParameter, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
public static void GetProgram (int program, OpenTK.Graphics.ES30.ProgramParameter pname, int[] params);
static member GetProgram : int * OpenTK.Graphics.ES30.ProgramParameter * int[] -> unit

Parameters

program
Int32
params
Int32[]
Attributes

Applies to

GetProgram(UInt32, ProgramParameter, Int32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgram (uint program, OpenTK.Graphics.ES30.ProgramParameter pname, out int params);
static member GetProgram : uint32 * OpenTK.Graphics.ES30.ProgramParameter *  -> unit

Parameters

program
UInt32
params
Int32
Attributes

Applies to

GetProgram(UInt32, ProgramParameter, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgram (uint program, OpenTK.Graphics.ES30.ProgramParameter pname, int* params);
static member GetProgram : uint32 * OpenTK.Graphics.ES30.ProgramParameter * nativeptr<int> -> unit

Parameters

program
UInt32
params
Int32*
Attributes

Applies to

GetProgram(UInt32, ProgramParameter, Int32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetProgramiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetProgram (uint program, OpenTK.Graphics.ES30.ProgramParameter pname, int[] params);
static member GetProgram : uint32 * OpenTK.Graphics.ES30.ProgramParameter * int[] -> unit

Parameters

program
UInt32
params
Int32[]
Attributes

Applies to