|
Blender V5.0
|
#include "BLI_vector.hh"#include "DNA_scene_types.h"#include "eevee_sampling_shared.hh"#include "eevee_uniform_shared.hh"Go to the source code of this file.
Classes | |
| class | blender::eevee::Sampling |
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
Typedefs | |
| using | blender::eevee::SamplingDataBuf = draw::StorageBuffer<SamplingData> |
Random number generator, contains persistent state and sample count logic.
Definition in file eevee_sampling.hh.