Compartir a través de


GL.AttachShader Método

Definición

Sobrecargas

AttachShader(Int32, Int32)
AttachShader(UInt32, UInt32)

AttachShader(Int32, Int32)

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

Parámetros

program
Int32
shader
Int32
Atributos

Se aplica a

AttachShader(UInt32, UInt32)

Importante

Esta API no es conforme a CLS.

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

Parámetros

program
UInt32
shader
UInt32
Atributos

Se aplica a