3 New Notifications

New Badge Earned
Get 1K upvotes on your post
Life choices of my cat
Earned 210

Drag Images here or Browse from your computer.

Trending Posts
Sorted by Newest First
t
tesla707 22.12.20 04:24 pm

Feature Level Checker

wrote a program to check for D3D_FEATURE_LEVEL support
http://rghost.ru/84cGXkPGc
http://sendfile.su/1143502

PS: do not forget to install vc ++ redistributable 2015 https://go.microsoft.com/fwlink/?LinkId=615459

http : //forums.playground.ru/hardware/video/feature_level_checker-873801/#comment-13778552
20 Comments
Sort by:
D
Digic_07 22.12.20

Windows 8.1 everything is fine, R7 265
Spoilerpix.PlayGround.ru

t
tesla707 22.12.20

CRYSIS0707 ATP of
course))
but so far only for Windows 10. On other operating systems, by condition, the result cannot be true.
I'll finish it later for 7 and 8.

D
Digic_07 22.12.20

tesla707
Waiting for

t
tesla707 22.12.20

SonyK.
Yes, it does not work because of the specifications of the Windows API Set libraries from 8 and 10. This is
exactly the difficulty - when calling the D3D12CreateDevice function from the d3d12.dll library in Windows 8.1, I run into the Windows API Set. Even if I compile the required library from the loader 10 other than address 8 and it cannot find the entry point. In MS they just wound up PPC, even in studio 2015 now the choice of the target platform is 8.1 or 10, i.e. not all programs written in 2015 studio under 10 will be compatible with 8.1.
I'll think about how to get around this.

w
warp 37 22.12.20

Upload it to a normal file sharing service like RGhost.

t
tesla707 22.12.20

CRYSIS0707
SonyK.
warp 37
check.

http://rghost.ru/84cGXkPGc
The program works on all operating systems - 7, 8, 8.1 and 10. Checked for DirectX API support. But there is one BUT! If the program detects that your video card supports the hardware level D3D_FEATURE_LEVEL_11_1 and that your OS is 7 or 8, then the result of determining the hardware levels D3D_FEATURE_LEVEL_12_0 and D3D_FEATURE_LEVEL_12_1 will be a message that Windows 10 is required (4 screenshot). Unfortunately, I could not find another option. And accordingly, on Windows 10, the program will clearly define each parameter.
Spoiler



PS: don't forget to install vc ++ redistributable 2015 https://go.microsoft.com/fwlink/?LinkId=615459

t
tesla707 22.12.20

SonyK.
try http://sendfile.su/1143502

D
Digic_07 22.12.20

tesla707
Checked it works for me
Spoilerpix.PlayGround.ru

t
tesla707 22.12.20

CRYSIS0707
Well, that's what I was talking about)
you will get the final result on Windows 10.

SonyK.
thanks for the test)

t
tesla707 22.12.20

SonyK.
I did not check for Dx11.1 and Dx11.2 (this is not necessary, since API data is mostly used only in the Windows Store).
you are not looking at the DirectX and FeatureLevel API numbers, they are different things.
DirectX 12 accepts four FeatureLevel hardware levels - 11_0, 11_1, 12_0, and 12_1. Any of these can be used to initialize the device. Those. if the video card supports at least one of these FeatureLevels, then it supports DirectX 12. But what level the game developers will use is another question.

D
Digic_07 22.12.20

tesla707
I will not switch to windows 10 soon, but thanks anyway

k
kypnamob 22.12.20

tesla707
antivirus program swears at your file

S
SonyK_2 22.12.20

kypnamob If you are
afraid to use his program, download GPU-Z. Shows Feature Level in brackets.
Spoiler

k
kypnamob 22.12.20

SonyK.
THX. I have already found out that my card is on gsn1.0 and only basic DirectX 12 (11_1) shines for me

t
tesla707 22.12.20

kypnamob
source https://github.com/tesla707/FeatureLevelChecker/blob/master/source.cpp
As you can see, there is nothing else besides API initialization. Therefore, antiviruses do not know how to clearly identify the real threat.

r
rambling 22.12.20

tesla707 wrote:
wrote a program to check for D3D_FEATURE_LEVEL support
God, WHY? I thought I often write useless programs, but I haven't gotten to that yet.

t
tesla707 22.12.20

rambling wrote:
God, WHY?
a question from the category - why do rabbits intercourse ....

that's why I wanted to, and wrote, what does it matter to you ?, I don't understand.
not useless programs cost money, but this is purely for yourself and those who are interested.

w
warp 37 22.12.20

Not working on GTX 670, on GTX 1060.

r
rambling 22.12.20

tesla707 wrote: a
question from the category - why do rabbits intercourse ....
No, a question from the category "why drive a Zaporozhets having a Mercedes" (GPU-Z).
tesla707 wrote:
that's why I wanted to and wrote, what do you get from this?
Absolutely nothing. Therefore, I do not understand what this utility does on the forum.

E
EVAMP_007 22.12.20

Perezale please.