UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 127 B
/** * * @enum {number} */ export const RenderTargetParameters = { Format: 0, DataType: 1, Encoding: 2 };