Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_light.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_light.hh b/source/blender/draw/engines/eevee_next/eevee_light.hh
index c2d7aad34ae..aad798ccec2 100644
--- a/source/blender/draw/engines/eevee_next/eevee_light.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_light.hh
@@ -125,7 +125,7 @@ class LightModule {
/** Debug Culling visualization. */
DRWPass *debug_draw_ps_ = nullptr;
- GPUTexture *input_depth_tx_ = nullptr;
+ /* GPUTexture *input_depth_tx_ = nullptr; */
public:
LightModule(Instance &inst) : inst_(inst){};