opaqueSceneColor property

Texture? opaqueSceneColor
getter/setter pair

The scene color snapshot taken between the opaque and translucent phases, for materials that declare RenderInput.opaqueSceneColor (refraction). Null during the opaque phase and when unrequested; the scene pass sets it before translucent draws encode.

Implementation

gpu.Texture? opaqueSceneColor;