Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iOpenGLInterface Struct Reference
A common interface to be implemented by the platform specific opengl canvases. More...
#include <csplugincommon/iopengl/openglinterface.h>
Inheritance diagram for iOpenGLInterface:

Public Member Functions | |
virtual void * | GetProcAddress (const char *funcname)=0 |
Retrieve the address of the function funcname. |
Detailed Description
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.
Member Function Documentation
|
Retrieve the address of the function funcname. Return 0 if not available. |
The documentation for this struct was generated from the following file:
- csplugincommon/iopengl/openglinterface.h
Generated for Crystal Space by doxygen 1.4.4