C# Класс OpenTK.Graphics.GraphicsBindingsBase

Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES).
Наследование: BindingsBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

GetAddress() защищенный Метод

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. ///
Результат System.IntPtr