module
Shadow atlas rasterizerDraws all render meshes for each light to the shadow map atlas.
Dependencies
Files
- file plugin.hpp
- Plugin entry point.
- file shadow_atlas_rasterizer.hpp
- Resource cubos::
engine:: ShadowAtlasRasterizer.
Classes
- struct cubos::engine::ShadowAtlasRasterizer
- Resource which stores the ShadowAtlas rasterizer state.
Functions
-
auto shadowAtlasRasterizerPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void shadowAtlasRasterizerPlugin(Cubos& cubos)
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class. |