UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 213 B
export type StandardFrameBuffers = string; export namespace StandardFrameBuffers { let Depth: string; let ColorAndDepth: string; let Normal: string; } //# sourceMappingURL=StandardFrameBuffers.d.ts.map