Skip to content

passes/quadRenderPass

Type Aliases

Type AliasDescription
QuadPassParamsParameters for creating a quadRenderPass.

Functions

FunctionDescription
quadRenderPassCreates a render pass that renders a full-screen quad (actually a single large triangle for performance reasons; see pmndrs/postprocessing and GCN execution patterns).

Released under the MIT License.