Home
last modified time | relevance | path

Searched refs:RefnumSet (Results 1 – 1 of 1) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dobjectpaging.cpp259 class RefnumSet : public osg::Object class
262 RefnumSet(){} in RefnumSet() function in MWRender::RefnumSet
263 RefnumSet(const RefnumSet& copy, const osg::CopyOp&) : mRefnums(copy.mRefnums) {} in RefnumSet() function in MWRender::RefnumSet
264 META_Object(MWRender, RefnumSet)
472 osg::ref_ptr<RefnumSet> refnumSet = activeGrid ? new RefnumSet : nullptr; in createChunk()
810 RefnumSet* refnums = dynamic_cast<RefnumSet*>(udc->getUserObject(0)); in operator ()()