> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Shader

An opaque compiled shader module. Get one with `context:shader(name)`,
where `name` is the shader asset's name as added in the editor (e.g.
"myEffect" — no ".wgsl" extension). Raw WGSL source strings are not
accepted at runtime.
