Version: 2021.3
public static void CompleteRequests (NativeSlice<TextureStackRequestHandle<T>> requestHandles, NativeSlice<RequestStatus> status);

参数

status Status for each request in requestHandles.
requestHandles Handles of the requests that will be completed.

描述

Complete a number of requests with a given status.

This static method will schedule the completion of a number of requests (given by their handles) with a matching number of states. For the completion of a single status, see CompleteRequest.