GL.DetachShader Method

Definition

Overloads

DetachShader(Int32, Int32)
DetachShader(UInt32, UInt32)

DetachShader(Int32, Int32)

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

Parameters

program
Int32
shader
Int32
Attributes

Applies to

DetachShader(UInt32, UInt32)

Important

This API is not CLS-compliant.

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

Parameters

program
UInt32
shader
UInt32
Attributes

Applies to