Checkout previous frame in smart render
Hi. I am using the PF_OutFlag2_SUPPORTS_SMART_RENDER flag. I can checkout the params in the current time. I have also checked out the input and output buffers in the PreRender ().
However, I cannot figure out how to checkout the layer from the previous frame. This does not work in Smart Render
ERR(PF_CHECKOUT_PARAM(in_data, Sierpinski_INPUT, max(0, in_data->current_time - in_data->time_step),in_data->time_step, in_data->time_scale, &temp_param));
And the cb->checkout method does not specify the time.
ERR((extra->cb->checkout_layer_pixels(in_data->effect_ref, Sierpinski_INPUT, &input_worldP)));
So how does one checkout the previous frame input layer in Smart render?
