Class AutoGeneratedAttribute
Indicates that this function is generated automatically by a tool.
Inherited Members
Namespace: OpenTK.Core.Native
Assembly: OpenTK.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class AutoGeneratedAttribute : Attribute
Properties
Category
Gets or sets the category of this OpenGL function.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryPoint
Gets or sets the entry point of the OpenGL function.
Declaration
public string EntryPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Gets or sets the overloader that generated this function.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Gets or sets the version of this OpenGL function.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |