passes/quadRenderPass
Type Aliases
| Type Alias | Description |
|---|---|
| QuadPassParams | Parameters for creating a quadRenderPass. Inherits from RenderPassParams but makes the vertex shader optional. |
Functions
| Function | Description |
|---|---|
| quadRenderPass | Creates a render pass that renders a full-screen quad (actually a single large triangle for performance reasons, see here and here). |