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

Function Pass1

docs/app/js/sanddance-app.js:81702–81710  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

81700var _createClassDefault = parcelHelpers.interopDefault(_createClass);
81701var Pass = function() {
81702 function Pass1(gl) {
81703 var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
81704 (0, _classCallCheckDefault.default)(this, Pass1);
81705 var _props$id = props.id, id = _props$id === void 0 ? "pass" : _props$id;
81706 this.id = id;
81707 this.gl = gl;
81708 this.props = {};
81709 Object.assign(this.props, props);
81710 }
81711 (0, _createClassDefault.default)(Pass1, [
81712 {
81713 key: "setProps",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected