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

Function getAttributeDefinition

docs/app/js/sanddance-app.js:77933–77938  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

77931 return uniforms;
77932}
77933function getAttributeDefinition(line) {
77934 return (0, _shadertools.getQualifierDetails)(line, [
77935 "attribute",
77936 "in"
77937 ]);
77938}
77939function getSamplerDeclerations(textureName) {
77940 var samplerName = "".concat(SAMPLER_UNIFORM_PREFIX).concat(textureName);
77941 var sizeName = "".concat(SIZE_UNIFORM_PREFIX).concat(textureName);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected