Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

ExternalGPUProfiler

class in UnityEngine.Experimental.Rendering

切换到手册

描述

The ExternalGPUProfiler API allows developers to programatically take GPU frame captures in conjunction with supported external GPU profilers.
GPU frame captures can be used to both analyze performance and debug graphics related issues.

GPU captures can be taken when running using the API both in Editor and in standalone development builds.
The ExternalGPUProfiler API supports both PIX and RenderDoc.


PIX Specific Support
Support for PIX is only available on Windows desktop when using the DirectX 12 rendering API.
NOTE: The entire editor will be captured when capturing a frame in editor.

RenderDoc Specific Support
Support for RenderDoc is available when running on both Windows and Linux desktop.
Supported rendering APIs include DirectX 12, DirectX 11, and Vulkan.
NOTE: Only the game view will be captured when capturing a frame in editor.

静态函数

BeginGPUCaptureBegins the current GPU frame capture in the external GPU profiler.
EndGPUCaptureEnds the current GPU frame capture in the external GPU profiler.
IsAttachedReturns true when a development build is launched by an external GPU profiler.