Searched defs:WebGLSampler (Results 1 – 1 of 1) sorted by relevance
47 explicit WebGLSampler() : samplerId_(0) {}; in WebGLSampler() function48 WebGLSampler(napi_env env, napi_value exports) : NExporter(env, exports), samplerId_(0) {}; in WebGLSampler() function