The Open Toolkit library  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
OpenTK.AutoGeneratedAttribute Class Reference

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...
 

Detailed Description

Indicates that this function is generated automatically by a tool.

Constructor & Destructor Documentation

OpenTK.AutoGeneratedAttribute.AutoGeneratedAttribute ( )

Constructs a new AutoGeneratedAttribute instance.

Member Data Documentation

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.