Raw Pointer to GLContext
Posted by Malte on Jun 17, 2010; 11:20pm
URL: https://forum.jogamp.org/Raw-Pointer-to-GLContext-tp904275.html
Hi *,
I'm trying to retrieve the raw "long" pointer to a GLContext object. I guess this is not really done often,
but the idea is to pass that pointer to another piece of (raw C-) code, that shares the same context as the java app (its not the same thread, so I really need to pass the context pointer...).
Is there a way to do this?
Thanks,
Malte