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

Function glTypeToBytes

docs/app/js/sanddance-app.js:63938–63952  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

63936 }
63937}
63938function glTypeToBytes(type) {
63939 switch(type){
63940 case 5121:
63941 return 1;
63942 case 33635:
63943 case 32819:
63944 case 32820:
63945 return 2;
63946 case 5126:
63947 return 4;
63948 default:
63949 (0, _utils.assert)(false);
63950 return 0;
63951 }
63952}
63953
63954},{"../utils":"eK1k6","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"hzYKx":[function(require,module,exports) {
63955var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected