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

Function hasFeature

docs/app/js/sanddance-app.js:64096–64098  ·  view source on GitHub ↗
(gl, feature)

Source from the content-addressed store, hash-verified

64094var _utils = require("../utils");
64095var LOG_UNSUPPORTED_FEATURE = 2;
64096function hasFeature(gl, feature) {
64097 return hasFeatures(gl, feature);
64098}
64099function hasFeatures(gl, features) {
64100 features = Array.isArray(features) ? features : [
64101 features

Callers

nothing calls this directly

Calls 1

hasFeaturesFunction · 0.70

Tested by

no test coverage detected