Thank you for the prompt reply!
I tested the suggested method on my project, but since the depth of my effects and objects changes dynamically, unintended objects get illuminated when they share the same depth.
Is there any way to bind the light to illuminate only specific instances, instead of restricting by depth using `LIT_EQUAL`?
Or any other good approaches would be appriciated.