Hey guys.
gutsblow once wrote this:
Switching Contexts: Since AE already has a context, when it executes the plugin, make sure to switch the GL context to your plugin's context and most importantly switch the context back to AE's default context after you are done rendering, every frame. This is very important, since AE doesn't expect its context to change during rendering process. If you don't do this, severe pain will ensue.
Can anybody tell me how to do that? I looked into the SDK but I found nothing.
Thanks in advance! Dave