Home
last modified time | relevance | path

Searched defs:WebGLShaderPrecisionFormat (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/webgl/include/webgl/
Dwebgl_shader_precision_format.h62 explicit WebGLShaderPrecisionFormat() : m_rangeMin(0), m_rangeMax(0), m_precision(0) {}; in WebGLShaderPrecisionFormat() function
64 WebGLShaderPrecisionFormat(napi_env env, napi_value exports) : NExporter(env, exports), in WebGLShaderPrecisionFormat() function