Nebula
Loading...
Searching...
No Matches
histogramcontext.cc File Reference
#include "frame/framescript.h"
#include "graphics/graphicsserver.h"
#include "histogramcontext.h"
#include "frame/framesubgraph.h"
#include "frame/framecode.h"
#include "graphics/globalconstants.h"
#include "system_shaders/histogram_cs.h"
#include "system_shaders/shared.h"
#include "core/cvar.h"
#include "frame/default.h"

Namespaces

namespace  PostEffects
 Bloom post effect.
 

Functions

 PostEffects::__ImplementPluginContext (PostEffects::HistogramContext)
 

Variables

struct { 
 
   CoreGraphics::ShaderId   PostEffects::histogramShader 
 
   CoreGraphics::ShaderProgramId   PostEffects::histogramCategorizeProgram 
 
   CoreGraphics::BufferId   PostEffects::histogramCounters 
 
   CoreGraphics::BufferId   PostEffects::histogramConstants 
 
   CoreGraphics::BufferId   PostEffects::histogramClearCountersBuffer 
 
   CoreGraphics::ResourceTableId   PostEffects::histogramResourceTable 
 
   CoreGraphics::BufferSet   PostEffects::histogramReadbackBuffers 
 
   Util::FixedArray< CoreGraphics::TextureViewId >   PostEffects::downsampledColorBufferViews 
 
   Math::float2   PostEffects::offset 
 
   Math::float2   PostEffects::size 
 
   int   PostEffects::mip 
 
   float   PostEffects::logLuminanceRange 
 
   Core::CVar *   PostEffects::minLuminance 
 
   float   PostEffects::logMinLuminance 
 
   float   PostEffects::previousLum 
 
PostEffects::histogramState