Ignore:
Timestamp:
06/22/08 05:24:22 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/RenderQueue.h

    r2793 r2795  
    33 
    44#include "common.h" 
     5#include "Timer/PerfTimer.h" 
     6 
    57 
    68namespace CHCDemoEngine  
     
    3840        */ 
    3941        int GetSize() const { return (int)mEntities.size(); } 
     42        /** Renders and clears the queue. 
     43        */ 
     44        void Apply(); 
     45        /** Prints the ordering in the render queue. 
     46        */ 
     47        void Print(); 
     48 
     49        PerfTimer sortTimer; 
     50 
    4051 
    4152protected: 
Note: See TracChangeset for help on using the changeset viewer.