GL.CompileShader Method

Definition

Overloads

CompileShader(Int32)
CompileShader(UInt32)

CompileShader(Int32)

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

Parameters

shader
Int32
Attributes

Applies to

CompileShader(UInt32)

Important

This API is not CLS-compliant.

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

Parameters

shader
UInt32
Attributes

Applies to