Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
SSAOPreRenderOperator.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 
namespace  Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}
 

Functions

const vector< vec4< F32 > > & Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::ComputeKernel (const U8 sampleCount)
 

Variables

constexpr U8 Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::SSAO_NOISE_SIZE = 4
 
constexpr U8 Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::SSAO_BLUR_SIZE = SSAO_NOISE_SIZE / 2
 
constexpr U8 Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::MAX_KERNEL_SIZE = 64
 
constexpr U8 Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::MIN_KERNEL_SIZE = 8
 
vector< vec4< F32 > > Divide::anonymous_namespace{SSAOPreRenderOperator.cpp}::g_kernels