Advertisement

24 bit vs 16 bit color...

Started by March 02, 2000 04:41 AM
9 comments, last by crouilla 24 years, 6 months ago
My game supports both 16-bit and 24-bit mode. To change from one mode to the other, all I do is change the call to
LPDIRECTDRAWSURFACE->SetDisplayMode
. And the game runs much faster in 16-bit mode than in 24-bit mode.

If your game runs at 30 fps in 16-bit mode, it''ll run at 20 fps in 24-bit mode, and probably even 15 fps since some operations can''t take advantage of WORD-alignment.

~CGameProgrammer( );

~CGameProgrammer( ); Developer Image Exchange -- New Features: Upload screenshots of your games (size is unlimited) and upload the game itself (up to 10MB). Free. No registration needed.

This topic is closed to new replies.

Advertisement