in reply to Re^2: Capture opengl screen
in thread Capture opengl screen

so it´s not possible ? I thought grabing the front/back buffer is possible in OpenGL and DirectX

Replies are listed 'Best First'.
Re^2: Capture opengl screen
by Corion (Patriarch) on Mar 29, 2008 at 19:41 UTC

    Yes. But you can only capture the OpenGL screen with OpenGL and the DirectX screen using DirectX. They do similar things but are different.

      I installed directx sdk for visual studio but i have no idea how to use it with perl. Anybody any idea? I´m going crazy =)