GL.GetShaderInfoLog Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetShaderInfoLog(UInt32, Int32, Int32[], StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetShaderInfoLog (uint shader, int bufsize, int[] length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : uint32 * int * int[] * System.Text.StringBuilder -> unit
Paramètres
- shader
- UInt32
- bufsize
- Int32
- length
- Int32[]
- infolog
- StringBuilder
- Attributs
S’applique à
GetShaderInfoLog(Int32)
GetShaderInfoLog(Int32, String)
GetShaderInfoLog(Int32, Int32, Int32, StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
public static void GetShaderInfoLog (int shader, int bufsize, out int length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : int * int * * System.Text.StringBuilder -> unit
Paramètres
- shader
- Int32
- bufsize
- Int32
- length
- Int32
- infolog
- StringBuilder
- Attributs
S’applique à
GetShaderInfoLog(Int32, Int32, Int32*, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetShaderInfoLog (int shader, int bufsize, int* length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : int * int * nativeptr<int> * System.Text.StringBuilder -> unit
Paramètres
- shader
- Int32
- bufsize
- Int32
- length
- Int32*
- infolog
- StringBuilder
- Attributs
S’applique à
GetShaderInfoLog(Int32, Int32, Int32[], StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
public static void GetShaderInfoLog (int shader, int bufsize, int[] length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : int * int * int[] * System.Text.StringBuilder -> unit
Paramètres
- shader
- Int32
- bufsize
- Int32
- length
- Int32[]
- infolog
- StringBuilder
- Attributs
S’applique à
GetShaderInfoLog(UInt32, Int32, Int32, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetShaderInfoLog (uint shader, int bufsize, out int length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : uint32 * int * * System.Text.StringBuilder -> unit
Paramètres
- shader
- UInt32
- bufsize
- Int32
- length
- Int32
- infolog
- StringBuilder
- Attributs
S’applique à
GetShaderInfoLog(UInt32, Int32, Int32*, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetShaderInfoLog", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetShaderInfoLog (uint shader, int bufsize, int* length, System.Text.StringBuilder infolog);
static member GetShaderInfoLog : uint32 * int * nativeptr<int> * System.Text.StringBuilder -> unit
Paramètres
- shader
- UInt32
- bufsize
- Int32
- length
- Int32*
- infolog
- StringBuilder
- Attributs