blit to GL Texture

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
ChristophLGDV
Gnoblar
Posts: 18
Joined: Mon Jun 01, 2015 3:09 pm

blit to GL Texture

Post by ChristophLGDV »

Hi,

I want to copy an Ogre texture to a GL texture.

It works fine using glCopyImageSubData.

However, when using FSAA I am at a loss.

How can I blit the Ogre::TexturePtr to a GL Texture.

Best Regards
Post Reply