UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines (9 loc) 207 B
//language=GLSL export default ` #ifndef LPV_SHADER_CHUNK_PREAMBLE #define LPV_SHADER_CHUNK_PREAMBLE precision highp usampler2D; precision highp usampler3D; varying vec3[9] lpv_values; #endif `