Author Topic: Blitting question  (Read 1903 times)

Offline qcrist

  • byte
  • *
  • Posts: 29
    • View Profile
Blitting question
« on: September 08, 2011, 08:25:08 pm »
Is there any way to write to the display without using blitting when using opengl?

I am having issues with the blitting slowing down the game.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Blitting question
« Reply #1 on: September 08, 2011, 08:38:34 pm »
No, there isn't. If blitting slows down the game, you are doing something strange...how much are you blitting?

Offline qcrist

  • byte
  • *
  • Posts: 29
    • View Profile
Re: Blitting question
« Reply #2 on: September 09, 2011, 12:43:10 am »
Lots :D

I guess I have to optimize the blitting then :o

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Blitting question
« Reply #3 on: September 09, 2011, 06:58:06 am »
You might want to try if Config.glBufferedBlits=true; helps in your case.