RenderProfiling module
Adds and manages the RenderProfiler resource.
Settings
render.profiling- whether profiling should be enabled (default:false).
Resources
- RenderProfiler - holds settings for render performance profiling.
Dependencies
Files
- file plugin.hpp
- Plugin entry point.
- file profiler.hpp
- Class cubos::
engine:: RenderProfiler.
Classes
- class cubos::engine::RenderProfiler
- Resource which holds settings for render performance profiling.
Functions
-
auto renderProfilingPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void renderProfilingPlugin(Cubos& cubos)
#include <engine/render/profiling/plugin.hpp>
Plugin entry function.
| Parameters | |
|---|---|
| cubos | Cubos main class. |