|
@@ -197,6 +197,12 @@ If you receive the following error when linking:
|
|
|
|
|
|
Then you have not enabled interprocedural optimizations (link time optimizations) for your own application. See the INTERPROCEDURAL_OPTIMIZATION option in CMakeLists.txt.
|
|
|
|
|
|
+## DirectX Error
|
|
|
+
|
|
|
+The samples use DirectX for the graphics implementation, when attempting to run the samples you may get a DirectX error pop-up which may say "The GPU device instance has been suspended", in your debugger you may see the message "Using the Redistributable D3D12 SDKLayers dll also requires that the latest SDKLayers for Windows 10 is installed.".
|
|
|
+
|
|
|
+Fix this by enabling "Graphics Tools" which is an optional Windows settings. To enable it you have to press the windows key, search for "Manage Optional Features", and then click "Add a Feature", and install "Graphics Tools".
|
|
|
+
|
|
|
## Illegal Instruction Error
|
|
|
|
|
|
If your CPU doesn't support all of the instructions you'll get an `Illegal instruction` exception.
|