Cleanup: Suppress compilation warning in eevee_lights.

Temporarily commented out LightModule::input_depth_tx until it is used to hide a
compilation warning.
This commit is contained in:
Jeroen Bakker 2022-08-15 11:58:19 +02:00
parent 77c867a5ee
commit 3c9956fe55
1 changed files with 1 additions and 1 deletions

View File

@ -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){};