Unravel Engine C++ 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> |
using unravel::rendering::lod_data_container = std::map<entt::handle, lod_data> |
Definition at line 43 of file pipeline.h.
using unravel::rendering::visibility_set_models_t = hpp::small_vector<entt::handle> |
Definition at line 44 of file pipeline.h.