DirectX 10

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

DirectX 10

Post by Rescator »

http://msdn.microsoft.com/directx/sdk/
Instantiating a Direct3D 10 hardware device requires Direct3D 10-capable graphics hardware with a Windows Vista Display Driver Model (WDDM) driver. As of the release of this Technology Preview, such hardware is not publicly available. A software fallback (the Direct3D 10 reference rasterizer) is provided.
Does this mean that if a user does not have any DX10 hardware and WDDM drivers, (or DX9 hardware and WDDM drivers?)
then the system will run using a software rasterizer instead? Ugh!

Anyone with any further insight into how this will work?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Erh... No...

The thing is the vista visual effects will just be disabled, you it fall's back to a standard xp ;)
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

"...This news API will be composed of new and faster dynamic link libraries (DLLs) and will run much faster (so they say).

Microsoft has decided that backward compatibly with DirectX 9,8,7 isn't really necessary as there will probably will be even less compatible with Vista.

Even so, dear Microsoft hasn't totally forgotten us. Some sort of “compatibility” will be available through a software layer (probably some emulation) which will have its price in system resources, as it will run much slower. The good news is that DirectX 10 will relieve some of the burden on the CPU..."
like written on http://news.softpedia.com/news/DirectX- ... 7762.shtml and many other sites.

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply