GL.Ext.LabelObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LabelObject(All, UInt32, Int32, String) | |
LabelObject(All, Int32, Int32, String) |
LabelObject(All, UInt32, Int32, String)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glLabelObjectEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void LabelObject (OpenTK.Graphics.ES20.All type, uint object, int length, string label);
static member LabelObject : OpenTK.Graphics.ES20.All * uint32 * int * string -> unit
Parameters
- type
- All
- object
- UInt32
- length
- Int32
- label
- String
- Attributes
Applies to
LabelObject(All, Int32, Int32, String)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glLabelObjectEXT", Version="2.0")]
public static void LabelObject (OpenTK.Graphics.ES20.All type, int object, int length, string label);
static member LabelObject : OpenTK.Graphics.ES20.All * int * int * string -> unit
Parameters
- type
- All
- object
- Int32
- length
- Int32
- label
- String
- Attributes