Engine » Render » Shadows » Shadow atlas rasterizer module

Draws all render meshes for each light to the shadow map atlas.

Dependencies

Files

file atlas_rasterizer.hpp
Resource cubos::engine::ShadowAtlasRasterizer.
file plugin.hpp
Plugin entry point.

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.