Changeset 10409
- Timestamp:
- 06/25/09 15:13:54 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Texture.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Texture.cpp
r10370 r10409 51 51 //#define DO_TIMING 52 52 53 namespace osg { 54 53 55 ApplicationUsageProxy Texture_e0(ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_MAX_TEXTURE_SIZE","Set the maximum size of textures."); 54 56 … … 124 126 OpenThreads::Mutex _mutex; 125 127 }; 128 129 } 126 130 127 131 unsigned int Texture::s_numberTextureReusedLastInLastFrame = 0;
