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