engine/render/shadow_atlas/plugin.hpp file

Plugin entry point.

Namespaces

namespace cubos
Cubos libraries namespace.
namespace cubos::engine
Engine module.

Functions

auto shadowAtlasPlugin(Cubos& cubos) -> CUBOS_ENGINE_API void
Plugin entry function.

Variables

CUBOS_ENGINE_API Tag createShadowAtlasTag
Creates the shadow atlas.
CUBOS_ENGINE_API Tag reserveShadowCastersTag
Reserves space for shadow casters.
CUBOS_ENGINE_API Tag drawToShadowAtlasTag
Systems which draw to the shadow atlas texture should be tagged with this.