Skip to content

passes/quadRenderPass

Type Aliases

Type AliasDescription
QuadPassParamsParameters for creating a quadRenderPass. Inherits from RenderPassParams but makes the vertex shader optional.

Functions

FunctionDescription
quadRenderPassCreates a render pass that renders a full-screen quad (actually a single large triangle for performance reasons, see here and here).

Released under the MIT License.