RE: [GD-Windows] BitBlt() syncing to VBL
Brought to you by:
vexxed72
From: Tom H. <to...@3d...> - 2002-01-15 18:57:34
|
At 10:45 AM 1/15/2002, Jon Watte wrote: >For what it's worth, when I was doing Mac programming, the Apple line >was always: > > "You should assume that CopyBits() is written by super intelligent > space aliens and will always perform optimally." Sadly, CopyBits() is _much_ slower than a memcpy() buried in a for loop. So much for super intelligent space aliens :P Tom |