Skip to content

Documentation / scene / RGHandleKind

Type Alias: RGHandleKind

RGHandleKind = "texture" | "framebuffer" | "token"

Defined in: libs/scene/src/render/rendergraph/types.ts:39

Resource kinds that can be referenced by a graph handle.

Released under the MIT License.