GLFilter.renderToTarget
bool renderToTarget(gstgl.glmemory.GLMemory input, gstgl.glmemory.GLMemory output, gstgl.types.GLFilterRenderFunc func)Transforms input into output using func on through FBO.
Parameters
input | the input texture |
output | the output texture |
func | the function to transform input into output. called with data |
Returns
the return value of func