Hi

Hi,

How to merge OpenGL ES API function into FireMonkey TForm3D and make OpenGL draw picture on TForm3D ?

In windows with VCL, we can get DC and set DC to OpenGL.

With FireMonkey, TForm3D has it's own context, OpenGL function glClearColor and glClear can set screen color, but draw some triangles and call eglSwapBuffers, there is no any effect.

Comments