Kovács András wrote:
This patch is needed, because DirectX 10 is Vindows Vista only feature.
Nothing wrong with adding Vista to the list but how is this needed? You don't want to disallow usage of dx10 unless Vista is selected, do you?
Felix
On 12.04.2007 15:25, Felix Nawothnig wrote:
Kovács András wrote:
This patch is needed, because DirectX 10 is Vindows Vista only feature.
Nothing wrong with adding Vista to the list but how is this needed? You don't want to disallow usage of dx10 unless Vista is selected, do you?
Apps might do something like if (WindowsVersion >= WindowsVista) UseDX10(); else UseDX9();
So a Vista version would make those apps take the DX10 path.
-f.r.