Version: 2020.1
言語: 日本語

AsyncGPUReadbackRequest

struct in UnityEngine.Rendering

マニュアルに切り替える

説明

Represents an asynchronous request for a GPU resource.

Use AsyncGPUReadback.Request to retrieve an asynchronous request for a GPU resource. Pending requests are automatically updated each frame. The result is accessible only for a single frame once is successfully fulfilled and this request is then disposed of in the following frame. Common uses for this are to query AsyncGPUReadbackRequest.done each frame (or within a coroutine) and then call AsyncGPUReadbackRequest.GetData if the AsyncGPUReadbackRequest.hasError is false. You don't have to manage the request lifetime as this is managed internally. A request that has been disposed of will result in the AsyncGPUReadbackRequest.hasError property being true. See Also:AsyncGPUReadback.

変数

depthWhen reading data from a ComputeBuffer, depth is 1, otherwise, the property takes the value of the requested depth from the texture.
doneChecks whether the request has been processed.
hasErrorThis property is true if the request has encountered an error.
heightWhen reading data from a ComputeBuffer, height is 1, otherwise, the property takes the value of the requested height from the texture.
layerCountNumber of layers in the current request.
layerDataSizeThe size in bytes of one layer of the readback data.
widthThe width of the requested GPU data.

Public 関数

GetDataFetches the data of a successful request.
UpdateTriggers an update of the request.
WaitForCompletionWaits for completion of the request.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961