瀏覽代碼

Update profiling.md

Virgile Bello 6 年之前
父節點
當前提交
f52bf2328e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      en/manual/troubleshooting/profiling.md

+ 2 - 0
en/manual/troubleshooting/profiling.md

@@ -191,6 +191,8 @@ RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick
    ```cs
    ```cs
    game.GraphicsDeviceManager.DeviceCreationFlags |= DeviceCreationFlags.Debug;
    game.GraphicsDeviceManager.DeviceCreationFlags |= DeviceCreationFlags.Debug;
    ```
    ```
+   >[!Note]
+   >If you have a `SharpDXException` of type `DXGI_ERROR_SDK_COMPONENT_MISSING`, please follow the instructions from https://docs.microsoft.com/en-us/windows/uwp/gaming/use-the-directx-runtime-and-visual-studio-graphics-diagnostic-features
 
 
    2.2. Also, make sure profiler is enabled by calling this code from any of your game script:
    2.2. Also, make sure profiler is enabled by calling this code from any of your game script: