Description

延迟着色。

This is a standard deferred shading path, that renders Scene information into G-Buffers using multiple render targets, and computes lighting afterwards.

由于使用多渲染目标,它要求 GPU 具有 MRT 支持。

注意:延迟渲染与正交摄像机投影不兼容。