Render to Texture - dynamically created textures

Monkey Forums/Monkey Programming/Render to Texture - dynamically created textures

OvineByDesign(Posted 2012) [#1]
Has anyone looked into dynamically created textures using render to texture - on iPhone and Android primarily ?

A quick google seems that there is plenty of code knocking around that might be of use, just wondered if anyone had looked into it?

/Stu


muddy_shoes(Posted 2012) [#2]
I use off-screen render buffers to avoid repeatedly drawing static UI stuff (specifically text) if that's what you mean. I haven't done it on iOS as I don't have any iOS devices but it should be doable.


OvineByDesign(Posted 2012) [#3]
yea think we are talking the same, collating multiple images into a single one.