Engine » Render » Tone Mapping module

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