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 "graphics/view.h"
#include "gpulang/render/system_shaders/histogram_cs.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 
   Util::Dictionary< Graphics::ViewId, CoreGraphics::BufferId >   PostEffects::viewHistogramBuffers 
PostEffects::histogramState