C# Class OpenTK.AutoGeneratedAttribute

Indicates that this function is generated automatically by a tool.
Inheritance: System.Attribute
Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Category string
EntryPoint string
Version string

Public Methods

Method Description
AutoGeneratedAttribute ( ) : System

Constructs a new AutoGeneratedAttribute instance.

Method Details

AutoGeneratedAttribute() public method

Constructs a new AutoGeneratedAttribute instance.
public AutoGeneratedAttribute ( ) : System
return System

Property Details

Category public property

Specifies the category of this OpenGL function.
public string Category
return string

EntryPoint public property

Specifies the entry point of the OpenGL function.
public string EntryPoint
return string

Version public property

Specifies the version of this OpenGL function.
public string Version
return string