Quake II RTX doxygen  1.0 dev
ToneMappingBuffer Struct Reference

#include <vertex_buffer.h>

Public Attributes

int accumulator [HISTOGRAM_BINS]
 
float curve [HISTOGRAM_BINS]
 
float normalized [HISTOGRAM_BINS]
 
float adapted_luminance
 
float tonecurve
 

Detailed Description

Definition at line 116 of file vertex_buffer.h.

Member Data Documentation

◆ accumulator

int ToneMappingBuffer::accumulator[HISTOGRAM_BINS]

Definition at line 118 of file vertex_buffer.h.

◆ adapted_luminance

float ToneMappingBuffer::adapted_luminance

Definition at line 121 of file vertex_buffer.h.

◆ curve

float ToneMappingBuffer::curve[HISTOGRAM_BINS]

Definition at line 119 of file vertex_buffer.h.

◆ normalized

float ToneMappingBuffer::normalized[HISTOGRAM_BINS]

Definition at line 120 of file vertex_buffer.h.

◆ tonecurve

float ToneMappingBuffer::tonecurve

Definition at line 122 of file vertex_buffer.h.