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