GL.DeleteShader Method

Definition

Overloads

DeleteShader(Int32)
DeleteShader(UInt32)

DeleteShader(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteShader", Version="3.0")]
public static void DeleteShader (int shader);
static member DeleteShader : int -> unit

Parameters

shader
Int32
Attributes

Applies to

DeleteShader(UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteShader", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteShader (uint shader);
static member DeleteShader : uint32 -> unit

Parameters

shader
UInt32
Attributes

Applies to