Skip to content

Documentation / scene / PBRBlueprintOutputMap

Type Alias: PBRBlueprintOutputMap

PBRBlueprintOutputMap = Readonly<Record<PBRBlueprintOutputName, PBShaderExp>>

Defined in: libs/scene/src/material/pbrblueprint.ts:51

Fully resolved PBR surface outputs produced by a blueprint fragment graph.

Released under the MIT License.