Engine » Render » Shadow atlas rasterizer module

Draws 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.