PBRCompositorPassBuffers

When inheriging from MultipassCompositor, you can define what the passes exchange between each other. However, the first field has to be a CompositorPassBuffers.

Alias This

parent

Members

Variables

accumBuffers
OwnedImage!RGBAf[] accumBuffers;
Undocumented in source.
normalBuffers
OwnedImage!RGBf[] normalBuffers;
Undocumented in source.
parent
CompositorPassBuffers parent;
Undocumented in source.
varianceBuffers
OwnedImage!L32f[] varianceBuffers;
Undocumented in source.

Meta