Expand description
Module that defines the necesasry systems to resolve the OIT buffer and render it to the screen.
Modules§
- node
- Contains the render node used to run the resolve pass.
Structs§
- OitResolve
Bind Group - Bind group for the OIT resolve pass.
- OitResolve
Pipeline - Bind group layouts used for the OIT resolve pass.
- OitResolve
Pipeline Id - OitResolve
Pipeline Key - This key is used to cache the pipeline id and to specialize the render pipeline descriptor.
- OitResolve
Plugin - Plugin needed to resolve the Order Independent Transparency (OIT) buffer to the screen.
Constants§
- OIT_
RESOLVE_ SHADER_ HANDLE - Shader handle for the shader that sorts the OIT layers, blends the colors based on depth and renders them to the screen.