Skip to content

@vaguevoid/fiasco / textureAssetManager / PendingTexture

Type Alias: PendingTexture

PendingTexture = WithKind<PendingTextureFfi, "pending">

Defined in: src/textureAssetManager.ts:24

A pending texture - usually returned when first loading a texture path.

Useful when needing the ID but the texture has not loaded yet.

A pending texture will either change to a LoadedTexture or a FailedTexture after initial loading.