style cleanup: comment format

This commit is contained in:
Campbell Barton
2013-02-02 04:48:21 +00:00
parent c93d6f4606
commit 9da4cab9fd
27 changed files with 137 additions and 144 deletions

View File

@@ -117,8 +117,9 @@ protected:
/** Stores the caching information for the last material activated. */
RAS_IPolyMaterial::TCachingInfo m_materialCachingInfo;
/** Making use of a Strategy desing pattern for storage behavior.
Examples of concrete strategies: Vertex Arrays, VBOs, Immediate Mode*/
/**
* Making use of a Strategy desing pattern for storage behavior.
* Examples of concrete strategies: Vertex Arrays, VBOs, Immediate Mode*/
int m_storage_type;
RAS_IStorage* m_storage;
RAS_IStorage* m_failsafe_storage; //So derived mesh can use immediate mode