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

Function getShaderModule

docs/tests/v2/es6/js/sanddance.js:25794–25796  ·  view source on GitHub ↗
(moduleOrName)

Source from the content-addressed store, hash-verified

25792
25793
25794function getShaderModule(moduleOrName) {
25795 return shaderModuleRegistry.getShaderModule(moduleOrName);
25796}
25797/**
25798 * Takes a list of shader module names and returns a new list of
25799 * shader module names that includes all dependencies, sorted so

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected