UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 172 B
/** * * @enum {number} */ export const MarkerGLAttributes = { AttributePosition: 0, AttributeSize: 1, AttributePatch: 2, AttributeZIndex: 3 };