Indicates that this function is generated automatically by a tool. More...
Public Member Functions | |
| AutoGeneratedAttribute () | |
| Constructs a new AutoGeneratedAttribute instance. | |
Public Attributes | |
| string | Category |
| Specifies the category of this OpenGL function. | |
| string | Version |
| Specifies the version of this OpenGL function. | |
| string | EntryPoint |
| Specifies the entry point of the OpenGL function. | |
Indicates that this function is generated automatically by a tool.
Definition at line 37 of file AutoGeneratedAttribute.cs.
| OpenTK.AutoGeneratedAttribute.AutoGeneratedAttribute | ( | ) |
Constructs a new AutoGeneratedAttribute instance.
Definition at line 57 of file AutoGeneratedAttribute.cs.
Specifies the category of this OpenGL function.
Definition at line 42 of file AutoGeneratedAttribute.cs.
Specifies the entry point of the OpenGL function.
Definition at line 52 of file AutoGeneratedAttribute.cs.
Specifies the version of this OpenGL function.
Definition at line 47 of file AutoGeneratedAttribute.cs.
1.6.1