DX9 GPU question.

Discussion about everything. New games, 3d math, development tips...
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

DX9 GPU question.

Post by 3DModelerMan »

If I try to run a DX10 or DX11 program on a PC that supports only DX9, using the reference device, will it still hardware accelerate the things that DX9 can do? and then use software for the things it can't? Or will it do software for everything?
Thanks :D .
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

It's software for everything which is why it will run so slow. The reference rasterizer is meant to be independent of vendor specific operation so that developers can pinpoint whether a bug is in the vendor specific code or in the actual Direct3D programming interface.
TheQuestion = 2B || !2B
Post Reply