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

Function ProgramManager1

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

Source from the content-addressed store, hash-verified

67691 }
67692 ]);
67693 function ProgramManager1(gl) {
67694 (0, _classCallCheckDefault.default)(this, ProgramManager1);
67695 this.gl = gl;
67696 this._programCache = {};
67697 this._getUniforms = {};
67698 this._registeredModules = {};
67699 this._hookFunctions = [];
67700 this._defaultModules = [];
67701 this._hashes = {};
67702 this._hashCounter = 0;
67703 this.stateHash = 0;
67704 this._useCounts = {};
67705 }
67706 (0, _createClassDefault.default)(ProgramManager1, [
67707 {
67708 key: "addDefaultModule",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected