![]() |
Public API Reference |
![]() |
A common interface to be implemented by the platform specific opengl canvases. More...
#include <csplugincommon/iopengl/openglinterface.h>
Public Member Functions | |
virtual void * | GetProcAddress (const char *funcname)=0 |
Retrieve the address of the function funcname. |
A common interface to be implemented by the platform specific opengl canvases.
Currently covers only aspects that are different for opengl on different platforms like the "GetProcAddress" function.
Definition at line 34 of file openglinterface.h.
virtual void* iOpenGLInterface::GetProcAddress | ( | const char * | funcname | ) | [pure virtual] |
Retrieve the address of the function funcname.
Return 0 if not available.