dx10 support what does it mean!!?[solved]
-
- Posts: 616
- Joined: Wed Nov 01, 2006 6:26 pm
- Location: Cairo,Egypt
- Contact:
dx10 support what does it mean!!?[solved]
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.
-
- Posts: 616
- Joined: Wed Nov 01, 2006 6:26 pm
- Location: Cairo,Egypt
- Contact:
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.
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/
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/