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

Function Renderbuffer1

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

Source from the content-addressed store, hash-verified

63416 }
63417 ]);
63418 function Renderbuffer1(gl) {
63419 var _this;
63420 var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
63421 (0, _classCallCheckDefault.default)(this, Renderbuffer1);
63422 _this = (0, _possibleConstructorReturnDefault.default)(this, (0, _getPrototypeOfDefault.default)(Renderbuffer1).call(this, gl, opts));
63423 _this.initialize(opts);
63424 Object.seal((0, _assertThisInitializedDefault.default)(_this));
63425 return _this;
63426 }
63427 (0, _createClassDefault.default)(Renderbuffer1, [
63428 {
63429 key: "initialize",

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected