OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
culling.hpp File Reference
#include "common.hpp"
#include "mesh.hpp"
#include <vector>
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  IndirectCommand
 
class  CullingInterface
 
class  HiZCulling
 
struct  HiZCulling::Uniforms
 
class  HiZCullingNoLOD
 

Macros

#define SPHERE_LODS   4
 
#define DEPTH_SIZE   256
 
#define DEPTH_SIZE_LOG2   8
 

Macro Definition Documentation

#define DEPTH_SIZE   256

Definition at line 69 of file culling.hpp.

#define DEPTH_SIZE_LOG2   8

Definition at line 70 of file culling.hpp.

#define SPHERE_LODS   4

Definition at line 29 of file culling.hpp.