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...
 
struct  per_camera_data
 Contains data specific to a camera, including LOD information. More...
 
class  pipeline
 

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 43 of file pipeline.h.

◆ visibility_set_models_t

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

Definition at line 44 of file pipeline.h.