Graphics speed problems...

Started by
9 comments, last by JY 20 years, 8 months ago
quote:Original post by CodeMunkie
quote:I have also heard this - that writing to VRAM is slow, but at some point my own buffer has to be written to VRAM. What''s the quickest way of doing this if not what I am doing already?


As mentioned, the fastest way will be to bitblit your system memory surface onto the framebuffer.


Yep blitting will be pretty fast.U can also get the drive capabilities to see if hardware blits are possible.If they are then use BltFast.Guess what that do

"Tonight we strike,there is thunder in the sky,together we''ll fight,some of us will die,but they''ll always remember that we''ve made a stand and many will die by hand!" - ManOwaR

This topic is closed to new replies.

Advertisement