All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Culling.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Culling
8  {
9  struct CullingVolume;
10  class CullingVolumeTree;
12  class FlatteningCullingVolumeVisibilityUpdater;
13  struct IndexBufferRange;
14  }
15 }