Searched defs:WebGLShaderPrecisionFormat (Results 1 – 1 of 1) sorted by relevance
72 explicit WebGLShaderPrecisionFormat() : rangeMin_(0), rangeMax_(0), precision_(0) {}; in WebGLShaderPrecisionFormat() function74 WebGLShaderPrecisionFormat(napi_env env, napi_value exports) : NExporter(env, exports), in WebGLShaderPrecisionFormat() function