[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: I'm getting BSOD while using PyGame.



I would think not, presumably on a true HWSURFACE that would require a round-trip to the graphics card, whereas on a SWSURFACE it just needs to grab it from RAM. Also 32bpp may be faster than 24bpp, word alignment and all that...

At any rate YMMV, and timeit is your friend 8^)

-Casey

On Nov 15, 2007, at 3:38 PM, Ian Mallett wrote:

I know this is a little off topic, but what is the fastest surface to use .get_at() on? Should it be HWSURFACE, etc.?
Ian