module
Cascaded shadow mapsCreates and manages shadow maps for directional shadow casters.
Dependencies
Files
- file plugin.hpp
- Plugin entry point.
Functions
-
auto cascadedShadowMapsPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag createCascadedShadowMapsTag - Creates the shadow maps.
-
CUBOS_
ENGINE_ API Tag drawToCascadedShadowMapsTag - Systems which draw to the cascaded shadow maps should be tagged with this.
Function documentation
CUBOS_ ENGINE_ API void cascadedShadowMapsPlugin(Cubos& cubos)
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class. |
Variable documentation
CUBOS_ ENGINE_ API Tag createCascadedShadowMapsTag
Creates the shadow maps.
CUBOS_ ENGINE_ API Tag drawToCascadedShadowMapsTag
Systems which draw to the cascaded shadow maps should be tagged with this.