SystemInfo.supportsDepthFetchInRenderPass

public static bool supportsDepthFetchInRenderPass;

Description

Indicates whether RenderPass can use its depth attachment as input. (Read Only)

When RenderPass is emulated (e.g. D3D11 or OpenGL Core) this is always possible since the temporary copy will be used. When native RenderPass is used it depends on the platform support; for example Metal disallows reading from depth attachment


Did you find this page useful? Please give it a rating: