ptitSeb
Serial Porter
Is there a way to open a GLES (1) context with 32bpp?
My problem is, if my understanding is right, you can have only 1 context for GLES, so FBO share the same context as may screen.
If I want to create FBO with an alpha channel, I need a context with an alpha channel.
I tried many things but always fail to create a context with alpha, be it 8888, 5551 or even 4444. Only without alpha works.
Does someone as a solution?
My problem is, if my understanding is right, you can have only 1 context for GLES, so FBO share the same context as may screen.
If I want to create FBO with an alpha channel, I need a context with an alpha channel.
I tried many things but always fail to create a context with alpha, be it 8888, 5551 or even 4444. Only without alpha works.
Does someone as a solution?