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

Function Program1

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

Source from the content-addressed store, hash-verified

64508var Program = function(_Resource) {
64509 (0, _inheritsDefault.default)(Program1, _Resource);
64510 function Program1(gl) {
64511 var _this;
64512 var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
64513 (0, _classCallCheckDefault.default)(this, Program1);
64514 _this = (0, _possibleConstructorReturnDefault.default)(this, (0, _getPrototypeOfDefault.default)(Program1).call(this, gl, props));
64515 _this.stubRemovedMethods("Program", "v6.0", V6_DEPRECATED_METHODS);
64516 _this._isCached = false;
64517 _this.initialize(props);
64518 Object.seal((0, _assertThisInitializedDefault.default)(_this));
64519 _this._setId(props.id);
64520 return _this;
64521 }
64522 (0, _createClassDefault.default)(Program1, [
64523 {
64524 key: "initialize",

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected