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

Function getDrawMode

docs/tests/v2/es6/js/sanddance.js:25215–25219  ·  view source on GitHub ↗
(drawMode)

Source from the content-addressed store, hash-verified

25213exports.DRAW_MODE = DRAW_MODE;
25214
25215function getDrawMode(drawMode) {
25216 var mode = typeof drawMode === 'string' ? DRAW_MODE[drawMode] || DRAW_MODE.TRIANGLES : drawMode;
25217 (0, _assert.default)(mode >= 0 && mode <= DRAW_MODE.TRIANGLE_FAN, 'Illegal drawMode');
25218 return mode;
25219}
25220
25221var Geometry =
25222/*#__PURE__*/

Callers 1

GeometryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected