🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

When does DirectX 6/7 use AGP ?

Started by
-1 comments, last by Frits 24 years, 8 months ago

Hi all,

I would like to know when AGP is really used.

I'm working on an application that continuesly renders an image(580x520 pixels). This image rendered within a DirectX surface in system memory.

Without copying/blitting the image to the video card I can render about 550/600 images/second. With copying a can render about 85/90 images/second. I use a FastBlt to copy from system memory to video memory.

Is the FastBlt capable of using AGP ? Or is AGP only used for updating textures ?

Greetings,
Frits

This topic is closed to new replies.

Advertisement