UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (9 loc) 158 B
/** * * @enum {string} */ export const StandardFrameBuffers = { Depth: "depth", ColorAndDepth: "color-and-depth", Normal: "normal" };