Module render_pass

Structsยง

ENABLED_PROPERTY
Whether Kanzi executes this render pass and its child render pass tree.
INPUT_VIEWPORT_AREA_PROPERTY
Reports the viewport area relative to the composition space as passed from the parent render pass.
RenderPass
RenderPass is the base class for Kanzi render passes.
Resource
Represents the base class for all resources. This base class contains information related to the type of the resource and the loading status of the resource data. The actual resource data is specific to the sub-classes.
UPDATE_OFFSET_PROPERTY
Sets a frame offset to the rendering rate that you set with the Update Rate property. This lets you cascade multiple updating Render Passes to different frames.
UPDATE_RATE_PROPERTY
Sets the rate at which to render the Render Pass. To render every frame, set to 1. To render every second frame, set to 2, and so on. To render only once, set to 0.