module
Tone MappingDraws the tone-mapped HDR texture to the render target's framebuffer.
Dependencies
Files
- file plugin.hpp
- Plugin entry point.
- file tone_mapping.hpp
- Component cubos::
engine:: ToneMapping.
Classes
- struct cubos::engine::ToneMapping
- Component which stores Tone Mapping configuration for a render target.
Functions
-
auto toneMappingPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag toneMappingTag - Tags the system which does the tone mapping.
Function documentation
CUBOS_ ENGINE_ API void toneMappingPlugin(Cubos& cubos)
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class. |
Variable documentation
CUBOS_ ENGINE_ API Tag toneMappingTag
Tags the system which does the tone mapping.