source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Pvs.cpp @ 3283

Revision 3283, 264 bytes checked in by mattausch, 15 years ago (diff)
Line 
1#include "Pvs.h"
2#include "Timer/PerfTimer.h"
3#include <iostream>
4
5
6namespace CHCDemoEngine
7{
8
9bool Pvs::sStoreTimeStamps = false;
10
11
12void Pvs::Clear()
13{
14        mEntries.clear();
15}
16
17
18bool Pvs::Empty() const
19{
20        return mEntries.empty();
21}
22
23
24
25}
Note: See TracBrowser for help on using the repository browser.