dx10 support what does it mean!!?[solved]

Discussion about everything. New games, 3d math, development tips...
Post Reply
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

dx10 support what does it mean!!?[solved]

Post by omar shaaban »

i saw that all Nivdia 8 serious support dx10 cards and the lesser than it like 7 and 6 serious support 9.0c does it mean that the 7 serous cant play directx10 games and what does it mean by support !?
Last edited by omar shaaban on Wed Jun 20, 2007 10:49 pm, edited 1 time in total.
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

Graphic cards are seldom forward compatible.
If you don't have anything nice to say, don't say anything at all.
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

As far as I know, NVidia 8 supports DX10 fully hardwarely. But You also may install DX10 on older NVIdia card (6,7 Series) -- in this case DX10 features will softwarely simulated.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Last edited by Spintz on Mon Dec 10, 2007 1:59 pm, edited 1 time in total.
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

mmm thanks!!i relly was a fraid form the dx10 thingy
zenaku
Posts: 212
Joined: Tue Jun 07, 2005 11:23 pm

Post by zenaku »

From wiki:
http://en.wikipedia.org/wiki/Shader_Model_4


"Optionally, an application using a Direct3D10 interface and Direct3D10 hardware may also specify a geometry shader. This shader takes as its input the three vertices of a triangle and uses this data to generate (or tesselate) additional triangles, which are each then sent to the rasterizer."

D3D10 supports geometry shaders. There is simply NO point in emulating a geometry shader in software. You'd render all geometry directly in that case.
-------------------------------------
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/
Post Reply