UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 195 B
export class RenderTarget { /** * * @type {TextureDescriptor|null} */ descriptor: TextureDescriptor | null; handle: number; } //# sourceMappingURL=RenderTarget.d.ts.map