From 3c9956fe551eb4d12a088e5c00cc5719fc4db3cd Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 15 Aug 2022 11:58:19 +0200 Subject: Cleanup: Suppress compilation warning in eevee_lights. Temporarily commented out LightModule::input_depth_tx until it is used to hide a compilation warning. --- source/blender/draw/engines/eevee_next/eevee_light.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw') 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){}; -- cgit v1.2.3