export default interface IGLSLPrecision { highp: WebGLShaderPrecisionFormat; mediump: WebGLShaderPrecisionFormat; lowp: WebGLShaderPrecisionFormat; }