> ## 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.

# PipelineStage

A pipeline stage: a Shader, or WebGPU-style `{ module = Shader,
entryPoint = name }`. The Shader's `@vertex`/`@fragment` functions are the
selectable entry points; omit `entryPoint` to use the first one of that
stage (like WebGPU). Vertex and fragment may come from different Shaders.
