On this page

Type Alias PoolObject

Will be removed from public API in MapTiler SDK v4

type PoolObject = {
    fbo: Framebuffer;
    id: number;
    inUse: boolean;
    stamp: number;
    texture: Texture;
}
Index

Properties

Properties

id: number
inUse: boolean
stamp: number
texture: Texture
Was this helpful?
SDK JS
Reference
PoolObject