Further migration to using RenderInfo
This commit is contained in:
@@ -276,7 +276,7 @@ class OSG_EXPORT Drawable : public Object
|
||||
/** Immediately compile this \c Drawable into an OpenGL Display List.
|
||||
* @note Operation is ignored if \c _useDisplayList is \c false.
|
||||
*/
|
||||
virtual void compileGLObjects(State& state) const;
|
||||
virtual void compileGLObjects(RenderInfo& renderInfo) const;
|
||||
|
||||
/** If State is non-zero, this function releases OpenGL objects for
|
||||
* the specified graphics context. Otherwise, releases OpenGL objexts
|
||||
|
||||
Reference in New Issue
Block a user