XRDisplaySubsystem.GetRenderTextureForRenderPass

Cambiar al Manual
public RenderTexture GetRenderTextureForRenderPass (int renderPass);

Parámetros

renderPassThe render pass index to get the render texture for.

Valor de retorno

RenderTexture The render texture associated with that render pass, or null if not found.

Descripción

Given a render pass, return the RenderTexture instance backing that render pass. If the render pass is invalid, or if the render texture does not exist, return null.