GL.GetString 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
GetString(StringName) | |
GetString(All) |
Obsolete.
|
GetString(StringName)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetString", Version="2.0")]
[System.CLSCompliant(false)]
public static string GetString (OpenTK.Graphics.ES20.StringName name);
static member GetString : OpenTK.Graphics.ES20.StringName -> string
Parameters
- name
- StringName
Returns
- Attributes
Applies to
GetString(All)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetString", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static string GetString (OpenTK.Graphics.ES20.All name);
static member GetString : OpenTK.Graphics.ES20.All -> string
Parameters
- name
- All
Returns
- Attributes