Advertisement

Speed and BMP Loading

Started by December 23, 2000 11:31 PM
1 comment, last by Shazer 24 years, 1 month ago
Is the WIN APIs LoadImage function slow?? If it is... how slow is it?? Too slow to use in-game?? How about in the load game phase? I would like some opinions here as well as technical knowledge... thanx a bunch people!! The Shaz "I don''t want to be a pie... I don''t like gravy." - Babbs, Chicken Run
Optimism is not a state of mind, but a form of life!SuperNova Games
File I/O is one of the slowest processes you can do. calling a function like Load image durring runtime will slow your game down a noticable bit depending on how much data is being written/read. I wouldn''t suggest doing this. Your better off either streaming the file in, or loading at load points such as the start of a game.
Joseph FernaldSoftware EngineerRed Storm Entertainment.------------------------The opinions expressed are that of the person postingand not that of Red Storm Entertainment.
Advertisement
Right! Thanx.

The Shaz



"I don''t want to be a pie... I don''t like gravy." - Babbs, Chicken Run
Optimism is not a state of mind, but a form of life!SuperNova Games

This topic is closed to new replies.

Advertisement