Public Member Functions | |
| glextFuncInit (char *name, UInt32 format, UInt32 dim) | |
| void | init (UInt32(&extids)[numFormats][4], UInt32 extension) |
Private Attributes | |
| char * | _name |
| UInt32 | _format |
| UInt32 | _dim |
Definition at line 330 of file OSGGeoPumpFactory.cpp.
|
||||||||||||||||
|
Definition at line 334 of file OSGGeoPumpFactory.cpp.
|
|
||||||||||||
|
Definition at line 337 of file OSGGeoPumpFactory.cpp. References formatBase, and osg::Window::registerFunction(). Referenced by osg::GeoPumpFactory::glextInitFunction(). 00338 { 00339 extids[_format - formatBase][_dim - 1] = 00340 Window::registerFunction(_name, extension); 00341 }
|
|
|
Definition at line 345 of file OSGGeoPumpFactory.cpp. |
|
|
Definition at line 346 of file OSGGeoPumpFactory.cpp. |
|
|
Definition at line 347 of file OSGGeoPumpFactory.cpp. |
1.4.3