C# Class OpenTK.Graphics.GraphicsBindingsBase

Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES).
Inheritance: BindingsBase
Show file Open project: andykorth/opentk

Protected Methods

Method Description
GetAddress ( string funcname ) : IntPtr

Retrieves an unmanaged function pointer to the specified function.

Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values.

Method Details

GetAddress() protected method

Retrieves an unmanaged function pointer to the specified function.
Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values.
protected GetAddress ( string funcname ) : IntPtr
funcname string /// A that defines the name of the function. ///
return System.IntPtr