C# Class OpenTK.AutoGeneratedAttribute

Indicates that this function is generated automatically by a tool.
Inheritance: System.Attribute
Mostra 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_oe property

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

EntryPoint public_oe property

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

Version public_oe property

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