The Open Toolkit library
1.0
|
Indicates that this function is generated automatically by a tool. More...
Inherits Attribute.
Public Member Functions | |
AutoGeneratedAttribute () | |
Constructs a new AutoGeneratedAttribute instance. More... | |
Public Attributes | |
string | Category |
Specifies the category of this OpenGL function. More... | |
string | Version |
Specifies the version of this OpenGL function. More... | |
string | EntryPoint |
Specifies the entry point of the OpenGL function. More... | |
Indicates that this function is generated automatically by a tool.
OpenTK.AutoGeneratedAttribute.AutoGeneratedAttribute | ( | ) |
Constructs a new AutoGeneratedAttribute instance.
string OpenTK.AutoGeneratedAttribute.Category |
Specifies the category of this OpenGL function.
string OpenTK.AutoGeneratedAttribute.EntryPoint |
Specifies the entry point of the OpenGL function.
string OpenTK.AutoGeneratedAttribute.Version |
Specifies the version of this OpenGL function.