|
|
|
#1
|
||||
|
||||
|
Altef, one question: I'm using the code from your 'link ver. 2' in your post, and noticed how your listed out all the different directX versions (except for 11.1) that are out so far.
If a new version of directX is released in the future, say v12.0, and future gpus are at that version, will this code still work? It seems the code looks at specific directX versions, not doing a general GPU ability check, like this pseudocode idea: Quote:
Let me know.. thanks for your help! Last edited by Smurf Stomper; 08-12-2013 at 08:41. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Code:
function DX12:boolean;
begin
Case GetDXV of
'9': Result:=False;
'9.0c': Result:=False;
'10': Result:=False;
'10.1': Result:=False;
'11': Result:=False;
'11.1': Result:=False;
'11.2': Result:=False;
'12': Result:=True;
else
Result:=False;
end;
end;
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
pakrat2k2 (09-12-2013) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mass Effect Collection - 5xDVD9 [3 GAMES + ALL DLCs + INNO SETUP + TRILOGY COMPAT. ] | REV0 | PC Games - CD/DVD Conversions | 13 | 01-12-2019 06:48 |
| The Amazing Spider-Man + DLC (2xDVD5 - Inno Setup) | Fabioddq | PC Games - CD/DVD Conversions | 8 | 28-07-2014 16:03 |
| Inno Setup Secure Installer | thilanka | Software | 0 | 21-01-2013 19:47 |
| Mass Effect Collection - 8xDVD5 [3 GAMES + ALL DLCs + INNO SETUP + TRILOGY COMPAT. ] | REV0 | PC Games - CD/DVD Conversions | 31 | 11-11-2012 12:22 |
| Dark Souls - Inno Setup - This is not a conversion, it's just custom installer | Fabioddq | PC Games - CD/DVD Conversions | 4 | 26-10-2012 19:48 |