Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RenderPipeline.SupportsRenderRequest

Declaration

public static bool SupportsRenderRequest(Camera camera, RequestData data);

Description

Query the active render pipeline to check support for the given RequestData type.

By default this returns false unless the active render pipeline overrides RenderPipeline.IsRenderRequestSupported.

Additional resources: RenderPipeline.SubmitRenderRequest.