Classes | |
class | kanzi::GatherNearestLightsRenderPass |
GatherNearestLightsRenderPass is an implementation of light gathering. More... | |
class | kanzi::GatherNearestLightsRenderPass::LightDistanceInfo |
Light distance information. More... | |
class | kanzi::GatherNearestLightsRenderPass::NearestLightRange |
Nearest light range is an extension to light range that returns the lights in distance order to caller. More... | |
class | kanzi::GatherNearestLightsRenderPass::NearestLightRange::NearestLightRangeLocation |
Light range location implementation. More... | |
Namespaces | |
namespace | kanzi |
Macros | |
#define | KZ_ENABLE_GATHER_NEAREST_LIGHTS_RENDER_PASS |
Definition to enable or disable GatherNearestLightsRenderPass in studio. | |
Typedefs | |
using | kanzi::GatherNearestLightsRenderPassSharedPtr |
GatherLightsRenderPass shared pointer type. | |
#define KZ_ENABLE_GATHER_NEAREST_LIGHTS_RENDER_PASS |
Definition to enable or disable GatherNearestLightsRenderPass in studio.
This will never disable the render pass in code, but will remove the studio registration.