UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

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 } }