sawickiap / D3d12info

A Windows console tool that prints all the information about the GPU extracted using DXGI and Direct3D 12
MIT License
93 stars 7 forks source link

Implemented autodetect for Vulkan SDK #8

Closed Devaniti closed 1 year ago

Devaniti commented 1 year ago

Also added minimum required Vulkan SDK version I had 1.3.231 installed on my system and it works fine We can lower it if needed

sawickiap commented 1 year ago

Thank you for this contribution. I made some additional fixes to the Cmake script.

Devaniti commented 1 year ago

You've changed DISABLE_VULKAN to ENABLE_VULKAN, but haven't updated README to indicate that