ahmad.karami Posted October 14, 2022 Share Posted October 14, 2022 (edited) Hi Unigine team, Please see the pictures, according to my system hardware specs, in SDK browser version 2.0.5, I have selected & applied DirectX 12 and Vulkan but still run DirectX 11 in Unigine 2.16??!! why does not work!? Is support my graphics card DirectX 12 & Vulkan API ?? Edited October 14, 2022 by ahmad.karami Link to comment
Ihde.Sascha Posted October 14, 2022 Share Posted October 14, 2022 (edited) Good news is that your GPU definitely supports both DX12 and Vulkan. Can you run the DirectX Diagnostic Tool for me, and let me know under DirectX Version what is says? From Start, type dxdiag in the Search box, and then press enter. Tap or click on dxdiag from the results. Check DirectX Version on the first page of the report in the System Information section. For Vulkan you need the Vulkan SDK, which I don't know if you installed it already or not. In any case you can download the latest Vulkan SDK here. Cheers Edited October 14, 2022 by Ihde.Sascha Link to comment
bmyagkov Posted October 14, 2022 Share Posted October 14, 2022 Hello! @ahmad.karamiAt the moment as experimental feature both DirectX12 and Vulkan API is only supported for running through runtime application and not available for the Unigine Editor. Thanks! Link to comment
ahmad.karami Posted October 14, 2022 Author Share Posted October 14, 2022 1 hour ago, Ihde.Sascha said: Good news is that your GPU definitely supports both DX12 and Vulkan. Can you run the DirectX Diagnostic Tool for me, and let me know under DirectX Version what is says? From Start, type dxdiag in the Search box, and then press enter. Tap or click on dxdiag from the results. Check DirectX Version on the first page of the report in the System Information section. For Vulkan you need the Vulkan SDK, which I don't know if you installed it already or not. In any case you can download the latest Vulkan SDK here. Cheers Thank you @Ihde.Sascha I see DirectX 12 , but I don't understand , really my GPU is support DX 12 & Vulkan API or no ?? Link to comment
ahmad.karami Posted October 14, 2022 Author Share Posted October 14, 2022 6 minutes ago, bmyagkov said: Hello! @ahmad.karamiAt the moment as experimental feature both DirectX12 and Vulkan API is only supported through runtime application only and not available for running through Editor. Thanks! Thank you @bmyagkov I see this GPU Error for running Samples in C++ & Unigine Script , Why does not work ?!? Link to comment
ahmad.karami Posted October 14, 2022 Author Share Posted October 14, 2022 12 minutes ago, bmyagkov said: Hello! @ahmad.karamiAt the moment as experimental feature both DirectX12 and Vulkan API is only supported for running through runtime application and not available for the Unigine Editor. Thanks! Thank you @bmyagkov I see this GPU Error for running Samples in "3rd Party" when I click on the buttons "RUN" , Why does not work ?!? Also For C#, when I click on the buttons Run, nothing happens! Not even a message is shown, nothing! Link to comment
ahmad.karami Posted October 14, 2022 Author Share Posted October 14, 2022 1 hour ago, Ihde.Sascha said: For Vulkan you need the Vulkan SDK, which I don't know if you installed it already or not. In any case you can download the latest Vulkan SDK here. @Ihde.Sascha I must select all options for Vulkan? Or not all? which options I must select & download? Link to comment
silent Posted October 16, 2022 Share Posted October 16, 2022 The issue with DX12 may be also related to that fact that you are running Windows 10 build from 2016 (1607). Try to update to the latest Windows 10 (21H2) and see how it goes. Also don't forget to download and install the latest available GPU driver. GTX760 is old Kepler-based GPU so I wouldn't expect that it would fully support DX12 / Vulkan on hardware level. There were also reports that some DX12 games are not working on this kind of GPUs (for example, Death Stranding). According to nVidia website, Vulkan 1.3 is not supported on Kepler (GTX7xx) GPUs: https://developer.nvidia.com/vulkan-driver Quote NVIDIA provides full Vulkan 1.3 support and functionality on NVIDIA GeForce and Quadro graphics card with one of the following Ampere, Turing, Volta, Pascal and Maxwell (first and second generation) based GPUs: So to my understanding you need to have at least some GTX9xx series GPU to use Vulkan and run UNIGINE 2.16 demos. You can check your current device API level by downloading Vulkan Hardware Capability Viewer and checking apiVersion parameter: Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts