|
Unravel Engine C++ Reference
|
#include "batch_key.h"#include "batch_instance.h"#include <type_traits>#include <unordered_map>#include <vector>#include "batch_collector.hpp"Go to the source code of this file.
Classes | |
| struct | unravel::batch_stats |
| struct | unravel::submit_context |
| struct | unravel::batch_group_t< Key > |
| class | unravel::batch_collector_t< Key > |
Namespaces | |
| namespace | unravel |
| namespace | unravel::batch_collector_detail |
Typedefs | |
| using | unravel::batch_group = batch_group_t<batch_key> |
| using | unravel::batch_collector = batch_collector_t<batch_key> |
| using | unravel::shadow_batch_collector = batch_collector_t<shadow_batch_key> |
Functions | |
| auto | unravel::batch_collector_detail::static_mesh_batching_enabled () -> bool & |