Class AutoGeneratedAttribute
Indicates that this function is generated automatically by a tool.
Implements
Inherited Members
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class AutoGeneratedAttribute : Attribute, _Attribute
Constructors
AutoGeneratedAttribute()
Constructs a new AutoGeneratedAttribute instance.
Declaration
public AutoGeneratedAttribute()
Fields
Category
Specifies the category of this OpenGL function.
Declaration
public string Category
Field Value
Type | Description |
---|---|
String |
EntryPoint
Specifies the entry point of the OpenGL function.
Declaration
public string EntryPoint
Field Value
Type | Description |
---|---|
String |
Version
Specifies the version of this OpenGL function.
Declaration
public string Version
Field Value
Type | Description |
---|---|
String |