module
RenderProfilingAdds and manages the RenderProfiler resource.
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. |