Version: 2022.3

XRDisplaySubsystem.GetSharedDepthTextureForRenderPass

切换到手册
public RenderTexture GetSharedDepthTextureForRenderPass (int renderPass);

参数

renderPass The render pass index to get the shared depth buffer render texture for.

返回

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

描述

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