summaryrefslogtreecommitdiffstats
path: root/src/RenderConfigs.hpp
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2021-12-18 06:59:06 +0100
committerLaG1924 <lag1924@gmail.com>2021-12-18 06:59:06 +0100
commit3dc7e8aba4a07cc3c0d897b82af5a5951bde9991 (patch)
tree7361aa7f00026b2cd6749e73bbe2bfc4b10ebd69 /src/RenderConfigs.hpp
parentFixed SSAO low occlusion factor (diff)
downloadAltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar.gz
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar.bz2
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar.lz
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar.xz
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.tar.zst
AltCraft-3dc7e8aba4a07cc3c0d897b82af5a5951bde9991.zip
Diffstat (limited to 'src/RenderConfigs.hpp')
-rw-r--r--src/RenderConfigs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RenderConfigs.hpp b/src/RenderConfigs.hpp
index d0adfce..9d1ffcd 100644
--- a/src/RenderConfigs.hpp
+++ b/src/RenderConfigs.hpp
@@ -96,7 +96,7 @@ class Gbuffer {
std::shared_ptr<Gal::Texture> depthStencil;
std::shared_ptr<Gal::Texture> color; //RGB - color
std::shared_ptr<Gal::Texture> normal; //RGB - normal
- std::shared_ptr<Gal::Texture> light; //R - faceLight, G - skyLight, B - unused
+ std::shared_ptr<Gal::Texture> light; //R - faceLight, G - skyLight, B - ssaoDepthMask
std::shared_ptr<Gal::Framebuffer> geomFramebuffer;
public: