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

Err - DirectX is quite different from OpenGL.

Replies are listed 'Best First'.
Re: Capture opengl screen
by iea (Beadle) on Mar 29, 2008 at 19:39 UTC
    so it´s not possible ? I thought grabing the front/back buffer is possible in OpenGL and DirectX

      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 =)