gloperate icon indicating copy to clipboard operation
gloperate copied to clipboard

RenderInterface does not register static RenderTarget inputs

Open j-o opened this issue 6 years ago • 1 comments

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.

j-o avatar Jul 24 '17 11:07 j-o