Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Resolution independent rendering  (Read 8179 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Resolution independent rendering
« Reply #15 on: July 11, 2014, 10:14:39 am »
Quote
So, I've made a new example and I was surprised that the FPS is lower when it uses double buffer.
It's not very surprising in fact. It would improve performances only if the bottleneck was the rasterization step, which is unlikely with simple 2D games. So I suggest that you profile your game (with both application and OpenGL profilers) before deciding of an optimization strategy. Otherwise you're just wasting your time.
Laurent Gomila - SFML developer

fr1ar

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Resolution independent rendering
« Reply #16 on: July 11, 2014, 02:52:15 pm »
Thanks guys! The question is closed.

 

anything