UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 137 B
export class RenderTarget { /** * * @type {TextureDescriptor|null} */ descriptor = null handle = -1 }