MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / supportWebGL

Method supportWebGL

src/leaflet/core/Detector.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export class Detector {
6 static supportWebGL() {
7 return getContext('webgl');
8 }
9
10 static supportWebGL2() {
11 return getContext('webgl2');

Callers

nothing calls this directly

Calls 1

getContextFunction · 0.70

Tested by

no test coverage detected