mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 18:56:16 +03:00
18 lines
206 B
C++
18 lines
206 B
C++
#pragma once
|
|
|
|
#include "../render_functions.h"
|
|
|
|
namespace engine
|
|
{
|
|
// Context of ddgi.
|
|
class DDGIContext
|
|
{
|
|
public:
|
|
static const int kDimDDGIVolume = 8; // Per DDGI volume exist 8x8x8 probe.
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
} |