MCPcopy Create free account
hub / github.com/microsoft/SandDance / hasFeature

Function hasFeature

docs/tests/v2/es6/js/sanddance.js:10077–10079  ·  view source on GitHub ↗
(gl, feature)

Source from the content-addressed store, hash-verified

10075
10076
10077function hasFeature(gl, feature) {
10078 return hasFeatures(gl, feature);
10079}
10080
10081function hasFeatures(gl, features) {
10082 features = Array.isArray(features) ? features : [features];

Callers

nothing calls this directly

Calls 1

hasFeaturesFunction · 0.70

Tested by

no test coverage detected