module
DefaultsAdds the most frequently used rendering plugins to the engine.
Files
- file plugin.hpp
- Plugin entry point.
- file target.hpp
- Component cubos::
engine:: RenderTargetDefaults.
Classes
- struct cubos::engine::RenderTargetDefaults
- Component which replaces itself by the default render target components to an entity.
Functions
- void renderDefaultsPlugin(Cubos& cubos)
- Plugin entry function.
Function documentation
void renderDefaultsPlugin(Cubos& cubos)
#include <engine/render/defaults/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |