Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_sampler.h47 explicit WebGLSampler() : samplerId_(0) {}; in WebGLSampler() function
48 WebGLSampler(napi_env env, napi_value exports) : NExporter(env, exports), samplerId_(0) {}; in WebGLSampler() function