SPH
|
#include "gui/renderers/IRenderer.h"
#include "gui/Factory.h"
#include "gui/Settings.h"
#include "gui/objects/Camera.h"
#include "gui/renderers/FrameBuffer.h"
#include "system/Profiler.h"
#include <iostream>
Go to the source code of this file.
Functions | |
auto | seeder () |
INLINE float | sampleTent (const float x) |
INLINE Coords | sampleTent2d (const Size level, const float halfWidth, UniformRng &rng) |
INLINE float sampleTent | ( | const float | x | ) |
Definition at line 82 of file IRenderer.cpp.
INLINE Coords sampleTent2d | ( | const Size | level, |
const float | halfWidth, | ||
UniformRng & | rng | ||
) |
Definition at line 90 of file IRenderer.cpp.
|
inline |
Definition at line 31 of file IRenderer.cpp.