RenderTexture - TextureOutput()

Everything related to 3D programming
User avatar
Comtois
Addict
Addict
Posts: 1432
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: RenderTexture - TextureOutput()

Post by Comtois »

Please use 3D forum

It will be easier to find everything about the 3D
Please correct my english
http://purebasic.developpez.com/
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: RenderTexture - TextureOutput()

Post by Samuel »

The help files say that you can't use render texture with TextureOutput().

This would be a slow process, but you could try SaveRenderTexture(). Then load the saved texture as an image. Now you could use ImageOutput().
This should work if time isn't an issue, but I'm guessing you need something much faster. That's the only idea I have at the moment.
Post Reply