Version: 2021.1
LanguageEnglish
  • C#

Procedural.TextureStackRequestHandle<T0>.CompleteRequests

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

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

Parameters

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

Description

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.