GL.Ext.UseProgramStages Method

Definition

Overloads

UseProgramStages(Int32, Int32, Int32)
UseProgramStages(UInt32, UInt32, UInt32)

UseProgramStages(Int32, Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUseProgramStagesEXT", Version="3.0")]
public static void UseProgramStages (int pipeline, int stages, int program);
static member UseProgramStages : int * int * int -> unit

Parameters

pipeline
Int32
stages
Int32
program
Int32
Attributes

Applies to

UseProgramStages(UInt32, UInt32, UInt32)

Important

This API is not CLS-compliant.

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

Parameters

pipeline
UInt32
stages
UInt32
program
UInt32
Attributes

Applies to