GL.Ext.ActiveShaderProgram Method

Definition

Overloads

ActiveShaderProgram(Int32, Int32)
ActiveShaderProgram(UInt32, UInt32)

ActiveShaderProgram(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glActiveShaderProgramEXT", Version="2.0")]
public static void ActiveShaderProgram (int pipeline, int program);
static member ActiveShaderProgram : int * int -> unit

Parameters

pipeline
Int32
program
Int32
Attributes

Applies to

ActiveShaderProgram(UInt32, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glActiveShaderProgramEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void ActiveShaderProgram (uint pipeline, uint program);
static member ActiveShaderProgram : uint32 * uint32 -> unit

Parameters

pipeline
UInt32
program
UInt32
Attributes

Applies to