Unravel Engine C++ Reference
Loading...
Searching...
No Matches
auto_exposure_pass.h File Reference
#include <engine/rendering/gpu_program.h>
#include <graphics/render_view.h>
#include <bgfx/bgfx.h>
#include <cstdint>

Go to the source code of this file.

Classes

class  unravel::auto_exposure_pass
 
struct  unravel::auto_exposure_pass::settings
 
struct  unravel::auto_exposure_pass::run_params
 

Namespaces

namespace  unravel
 

Enumerations

enum class  unravel::exposure_metering_mode : std::uint8_t { unravel::average = 0 , unravel::center_weighted = 1 , unravel::spot = 2 }
 Spatial weighting applied to pixels when building the luminance histogram. More...