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

Function ShaderModuleRegistry

docs/tests/v2/es6/js/sanddance.js:25637–25641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25635/*#__PURE__*/
25636function () {
25637 function ShaderModuleRegistry() {
25638 (0, _classCallCheck2.default)(this, ShaderModuleRegistry);
25639 this.shaderModules = {};
25640 this.defaultShaderModules = [];
25641 }
25642
25643 (0, _createClass2.default)(ShaderModuleRegistry, [{
25644 key: "setDefaultShaderModules",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected