GL.Ext.GetObjectLabel 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
GetObjectLabel(All, Int32, Int32, Int32, StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, int object, int bufSize, out int length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * int * int * * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- Int32
- bufSize
- Int32
- length
- Int32
- label
- StringBuilder
- Attributs
S’applique à
GetObjectLabel(All, Int32, Int32, Int32*, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, int object, int bufSize, int* length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * int * int * nativeptr<int> * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- Int32
- bufSize
- Int32
- length
- Int32*
- label
- StringBuilder
- Attributs
S’applique à
GetObjectLabel(All, Int32, Int32, Int32[], StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, int object, int bufSize, int[] length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * int * int * int[] * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- Int32
- bufSize
- Int32
- length
- Int32[]
- label
- StringBuilder
- Attributs
S’applique à
GetObjectLabel(All, UInt32, Int32, Int32, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, uint object, int bufSize, out int length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * uint32 * int * * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- UInt32
- bufSize
- Int32
- length
- Int32
- label
- StringBuilder
- Attributs
S’applique à
GetObjectLabel(All, UInt32, Int32, Int32*, StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, uint object, int bufSize, int* length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * uint32 * int * nativeptr<int> * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- UInt32
- bufSize
- Int32
- length
- Int32*
- label
- StringBuilder
- Attributs
S’applique à
GetObjectLabel(All, UInt32, Int32, Int32[], StringBuilder)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetObjectLabelEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetObjectLabel(OpenTK.Graphics.ES30.All type, uint object, int bufSize, int[] length, System.Text.StringBuilder label);
static member GetObjectLabel : OpenTK.Graphics.ES30.All * uint32 * int * int[] * System.Text.StringBuilder -> unit
Paramètres
- type
- All
- object
- UInt32
- bufSize
- Int32
- length
- Int32[]
- label
- StringBuilder
- Attributs