Crate wde_pbr

Crate wde_pbr 

Source
Expand description

Physically based rendering (PBR) integration for WaterDropEngine.

This crate wires the PBR rendering stack into the engine and exposes the core building blocks to configure deferred PBR rendering.

The PBR rendering stack is built on top of the deferred rendering pipeline, and consists of the following passes:

To find out more about the deferred rendering pipeline and how to add custom render subpasses, see the documentation of the deferred module.

Modules§

deferred
Deferred PBR module.

Structs§

PbrPlugin