Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Just a simple question about sf::RenderTexture
Print
Pages: [
1
]
Author
Topic: Just a simple question about sf::RenderTexture (Read 1320 times)
0 Members and 1 Guest are viewing this topic.
zeocyte
Newbie
Posts: 9
Just a simple question about sf::RenderTexture
«
on:
December 23, 2011, 09:25:33 am »
Does deactivating (calling SetActive(false)) an sf::RenderTexture reduce overheads?
If available, kindly include some evidence to your claim.
Logged
Everything is predetermined.
Laurent
Administrator
Hero Member
Posts: 32498
Just a simple question about sf::RenderTexture
«
Reply #1 on:
December 23, 2011, 09:30:20 am »
A RenderTexture is never left active after being used. Unless you called SetActive(true) yourself, of course.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Just a simple question about sf::RenderTexture
anything