You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the Python interpreter moved to its own process, the sdl library is broken and does not work.
A method needs to be found to share a surface with a native process that is not attached to a jvm.
The ndk kinda allows for something similar using the Hardware Buffers, but that results in an EGLImage on the native process side and sdl needs a EGLSurface.
Perhaps it is possible to share the surface using internal apis.
The text was updated successfully, but these errors were encountered:
Since the Python interpreter moved to its own process, the sdl library is broken and does not work.
A method needs to be found to share a surface with a native process that is not attached to a jvm.
The ndk kinda allows for something similar using the Hardware Buffers, but that results in an EGLImage on the native process side and sdl needs a EGLSurface.
Perhaps it is possible to share the surface using internal apis.
The text was updated successfully, but these errors were encountered: