Skip to main content

Module render_effect

Module render_effect 

Source
Expand description

Render effects that can be applied to graphics layers.

Matches the Jetpack Compose RenderEffect API with extensions for custom WGSL shaders (RuntimeShader).

Structs§

BlurredEdgeTreatment
Controls blur behavior outside source bounds.
RuntimeShader
A custom WGSL shader effect, analogous to Android’s RuntimeShader.

Enums§

RenderEffect
A render effect applied to a graphics layer’s rendered content.
RuntimeShaderUniformError
Error returned when a shader uniform write targets renderer-owned storage.
TileMode
Edge treatment for blur effects at the boundary of the blurred region.