I want to create a small test about redirecting an X11 window app to texture and then bind it in 3D world. I can use Java3D to do this, but I want to exprement with LWJGL as it give a complate controll of the rendering.
does LWJGL support EXT_texture_from_pixmap?
this help me and also give performance.