MCPcopy Index your code
hub / github.com/spritejs/spritejs / setShaderAttribute

Method setShaderAttribute

src/node/node.js:461–465  ·  view source on GitHub ↗
(attrName, setter)

Source from the content-addressed store, hash-verified

459 }
460
461 setShaderAttribute(attrName, setter) {
462 this[_shaderAttrs] = this[_shaderAttrs] || {};
463 this[_shaderAttrs][attrName] = setter;
464 this.forceUpdate();
465 }
466
467 setUniforms(uniforms) {
468 this[_uniforms] = this[_uniforms] || {};

Callers

nothing calls this directly

Calls 1

forceUpdateMethod · 0.95

Tested by

no test coverage detected