#include <kanzi/core.ui/graphics/renderer3d.hpp>#include <kanzi/core.ui/graphics3d/render_pass.hpp>Classes | |
| class | kanzi::LegacyRenderPass |
| Legacy Render Pass is phased out in favor of specialized render passes that perform individual operations, which are combined in a Legacy Render Pass into a single render pass. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Typedefs | |
| typedef shared_ptr< LegacyRenderPass > | kanzi::LegacyRenderPassSharedPtr |
| LegacyRenderpass shared pointer type. More... | |
Enumerations | |
| enum | kanzi::KzuViewportCoordinateType { kanzi::KZU_VIEWPORT_COORDINATE_ABSOLUTE, kanzi::KZU_VIEWPORT_COORDINATE_RELATIVE } |
| Enumeration for viewport coordinate unit type (exact pixel coordinates / percentages from window) More... | |