Engine » Render » Bloom module

Applies the Bloom effect on the HDR texture.

Dependencies

Files

file bloom.hpp
Component cubos::engine::Bloom.
file plugin.hpp
Plugin entry point.

Classes

struct cubos::engine::Bloom
Component which stores the Bloom state for a render target.

Functions

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

Variables

CUBOS_ENGINE_API Tag bloomTag
Tags the system which applies the Bloom effect.

Function documentation

CUBOS_ENGINE_API void bloomPlugin(Cubos& cubos)

Plugin entry function.

Parameters
cubos Cubos main class.

Variable documentation

CUBOS_ENGINE_API Tag bloomTag

Tags the system which applies the Bloom effect.