Searched defs:WebGLShaderPrecisionFormat (Results 1 – 1 of 1) sorted by relevance
62 explicit WebGLShaderPrecisionFormat() : m_rangeMin(0), m_rangeMax(0), m_precision(0) {}; in WebGLShaderPrecisionFormat() function64 WebGLShaderPrecisionFormat(napi_env env, napi_value exports) : NExporter(env, exports), in WebGLShaderPrecisionFormat() function