Kanzi  3.9.6
Kanzi Engine API
gather_nearest_lights_render_pass.hpp File Reference

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

 kanzi
 Easing functions that require external dependencies for calculation.
 

Macros

#define KZ_ENABLE_GATHER_NEAREST_LIGHTS_RENDER_PASS
 Definition to enable or disable GatherNearestLightsRenderPass in studio. More...
 

Typedefs

using kanzi::GatherNearestLightsRenderPassSharedPtr = shared_ptr< GatherNearestLightsRenderPass >
 GatherLightsRenderPass shared pointer type. More...
 

Macro Definition Documentation

◆ KZ_ENABLE_GATHER_NEAREST_LIGHTS_RENDER_PASS

#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.