Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SubmitForRenderPassValidation()

This method submits all the scheduled commands to the rendering loop for validation. The validation checks whether render passes that were started with the ScriptableRenderContext.BeginRenderPass call can execute the scheduled commands.
Read time 1 minuteLast updated 6 days ago

Definition

public bool SubmitForRenderPassValidation()

Returns

Type

Description

bool