Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::rendering Namespace Reference

Classes

class  deferred
 
struct  lod_data
 Contains level of detail (LOD) data for an entity. More...
 
class  pipeline
 
struct  pipeline_stats
 

Typedefs

using lod_data_container = std::map<entt::handle, lod_data>
 
using visibility_set_models_t = hpp::small_vector<entt::handle>
 

Typedef Documentation

◆ lod_data_container

using unravel::rendering::lod_data_container = std::map<entt::handle, lod_data>

Definition at line 47 of file pipeline.h.

◆ visibility_set_models_t

using unravel::rendering::visibility_set_models_t = hpp::small_vector<entt::handle>

Definition at line 48 of file pipeline.h.