Documentation / scene / FrameResources
Variable: FrameResources
constFrameResources:object
Defined in: libs/scene/src/render/rendergraph/blackboard.ts:13
Canonical names for well-known per-frame resources shared through RGBlackboard.
Producer passes register their output handles under these names so that consumers (e.g. post effects) can declare reads without hard-coupling to the pass that produced them.
Type Declaration
SceneColor
readonlySceneColor:"sceneColor"='sceneColor'
SceneColorCopy
readonlySceneColorCopy:"sceneColorCopy"='sceneColorCopy'
LinearDepth
readonlyLinearDepth:"linearDepth"='linearDepth'
SceneDepthAttachment
readonlySceneDepthAttachment:"sceneDepthAttachment"='sceneDepthAttachment'
MotionVector
readonlyMotionVector:"motionVector"='motionVector'
HiZ
readonlyHiZ:"hiZ"='hiZ'
SSRRoughness
readonlySSRRoughness:"ssrRoughness"='ssrRoughness'
SSRNormal
readonlySSRNormal:"ssrNormal"='ssrNormal'
SSSProfile
readonlySSSProfile:"sssProfile"='sssProfile'
SSSParam
readonlySSSParam:"sssParam"='sssParam'
SSSDiffuse
readonlySSSDiffuse:"sssDiffuse"='sssDiffuse'
SSSTransmission
readonlySSSTransmission:"sssTransmission"='sssTransmission'
SkinSSS
readonlySkinSSS:"skinSSS"='skinSSS'
ShadowMask
readonlyShadowMask:"shadowMask"='shadowMask'