mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-27 05:20:48 +00:00
Remove prototype declaration missing from last commit
This commit is contained in:
parent
1bb8408b75
commit
2898242f12
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ private:
|
||||||
static float RadicalInverse_VdC(uint32_t bits);
|
static float RadicalInverse_VdC(uint32_t bits);
|
||||||
static vec2 Hammersley(uint32_t i, uint32_t N);
|
static vec2 Hammersley(uint32_t i, uint32_t N);
|
||||||
|
|
||||||
static void RunAsync(std::function<void()> callback);
|
|
||||||
|
|
||||||
const int coverageSampleCount = 256;
|
const int coverageSampleCount = 256;
|
||||||
const int bounceSampleCount = 2048;
|
const int bounceSampleCount = 2048;
|
||||||
const int ambientSampleCount = 2048;
|
const int ambientSampleCount = 2048;
|
||||||
|
|
Loading…
Reference in a new issue