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

Re: blits proposal, was Re: [pygame] Dirty rect overlapping optimizations



On Wed, Mar 29, 2017 at 8:33 AM, Radomir Dopieralski <pygame@xxxxxxxxxxxx> wrote:
I think that special_flags could be shared for all the blits in the
list. I can't think of a case where I would want to use different flags
for each.


Yeah, I think you may be right. When I've used it (for particles as an example) it was for everything in a Group. I searched through some code online and found a few uses where it was used in Sprites. But then all of those Sprites were rendered the same. There's some sort of nice symmetry by using the same arguments with blit, and blits however.