Skip to main content

Crate scenix_post

Crate scenix_post 

Source
Expand description

GPU post-processing stack for scenix.

scenix-post owns full-screen wgpu passes and does not depend on the renderer crate. Renderers can feed it a source texture view and final target view while avoiding a Cargo dependency cycle.

Structs§

BloomConfig
Bloom highlight extraction and additive glow configuration.
DofConfig
Depth-of-field post configuration.
FogPostConfig
Fog blend post configuration.
FxaaConfig
Fast approximate anti-aliasing configuration.
MotionBlurConfig
Camera motion blur post configuration.
OutlineConfig
Edge outline post configuration.
PostContext
Per-frame post-processing context.
PostStack
Ordered post-processing stack with cached GPU resources.
PostStats
CPU counters for a post-processing dispatch.
PostTarget
Renderer-owned post-processing texture target.
SmaaConfig
SMAA configuration.
SsaoConfig
Screen-space ambient occlusion post configuration.
TaaConfig
Temporal anti-aliasing blend configuration.

Enums§

PostEffect
One post-processing effect in stack order.
SmaaQuality
SMAA quality preset.
ToneMapper
Tone mapping operator.