Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BuiltinRenderTextureType.GBuffer3

Switch to Manual

Description

Deferred shading G-buffer #3 (typically emission/lighting).

Built-in deferred shaders put ambient & emission into RGB channels of this texture. And then the lights are also added there during lighting pass. But your own custom shaders could be outputting anything there of course.

See Also: CommandBuffer.