Skip to content

RenderInterface does not register static RenderTarget inputs #389

Description

@j-o

Currently, the RenderInterface does not register static RenderTarget inputs, as Stage::addInput (and thus the signal handler in RenderInterface) is called from the constructor of Slot for static inputs, which means that the Input is not fully constructed yet. Consequently, the dynamic_casts from AbstractSlot to Input<T> (lines 31-34) always fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions