UNPKG

asia-weex-vue-render4light

Version:

Web renderer for weex project written in Vue DSL.

11 lines (10 loc) 273 B
export default class WebGLShaderPrecisionFormat { className = 'WebGLShaderPrecisionFormat'; constructor({ rangeMin, rangeMax, precision }) { this.rangeMin = rangeMin; this.rangeMax = rangeMax; this.precision = precision; } }