sceneColorHdr property

Texture get sceneColorHdr

The linear HDR scene color. Available at every stage (at the display-referred stages it is the pre-tone-mapped color), so a custom pass can reach back to the HDR image.

Implementation

gpu.Texture get sceneColorHdr =>
    _context.blackboard.require<gpu.Texture>(kSceneColorBlackboardKey);