Open samuelbeek opened 8 years ago
Same issue for me, can someone help?
I have the same issue.
I have the same issue too,is someone can help?
you guys can see https://github.com/BradLarson/GPUImage/issues/2211 hope can help you
I have the same issue too,is someone can help?
Hi,
I'm trying to update a
GPUImageUIElement
-filter only when the content of the element has changed, because updating UIElements is an expensive operation and really bad for the frame rate. However, whenever I try to calluiElement.update()
it throws this error:I've tried this on avery qeue/thread, that doesn't matter.
My setup is the following:
It currently only works when I update the UIElement like this:
Even if I do it only once per second there by checking the time and only update once every second, it throws the same error.
I've spend a couple of days figuring out how to make this work, but didn't succeed. I've read almost every Stack Overflow and GitHub issue on this matter and haven't found a solution yet, so I'm a little desperate. Anyone knows what might be causing this issue? Thanks in advance.