Version: 2020.3
언어: 한국어

XRDisplaySubsystem.TryGetAppGPUTimeLastFrame

매뉴얼로 전환
public bool TryGetAppGPUTimeLastFrame (out float gpuTimeLastFrame);

파라미터

gpuTimeLastFrame Outputs the time spent by the GPU during the last frame.

반환

bool Returns true if the GPU time spent on the last frame is available. Returns false if that time is unavailable.

설명

Retrieves the time the GPU has spent on executing commands from the application's last frame, as reported by the XR Plugin. Measured in seconds.

You can use this method to get more accurate timing information from the SDK, including information about GPU time spent in SDK-specific layers.

Statistics are only available for SDKs that support this method, and they can vary based on hardware, the SDK, and the frame. You should always check the return value of this method before you use the statistic value from the out parameter.