GLFilter.renderToTarget

Transforms input into output using func on through FBO.

Parameters

input gstgl.glmemory.GLMemory

the input texture

output gstgl.glmemory.GLMemory

the output texture

func gstgl.types.GLFilterRenderFunc

the function to transform input into output. called with data

Return Value

Type: bool

the return value of func