|
Blender V4.3
|
#include "BKE_colortools.hh"#include "BLI_rand.h"#include "BLI_math_base.hh"#include "BLI_math_base_safe.h"#include "eevee_instance.hh"#include "eevee_sampling.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
Random number generator, contains persistent state and sample count logic.
Definition in file eevee_sampling.cc.