0 Members and 1 Guest are viewing this topic.
Creating an OpenGL resource is always slow, and you should never do it every frame.Why can't you reuse the same instance instead?
And having a rendering area with a different size every frame (I'm just guessing) doesn't mean that your render texture has to have the exact same size. It can stay larger -- just use the sprite's subrect to cut it where appropriate