MCPcopy Index your code
hub / github.com/microsoft/SandDance / toUIntArray

Function toUIntArray

docs/app/js/sanddance-app.js:64846–64848  ·  view source on GitHub ↗
(value, uniformLength)

Source from the content-addressed store, hash-verified

64844 return toTypedArray(value, uniformLength, Int32Array, INT_ARRAY);
64845}
64846function toUIntArray(value, uniformLength) {
64847 return toTypedArray(value, uniformLength, Uint32Array, UINT_ARRAY);
64848}
64849function parseUniformName(name) {
64850 if (name[name.length - 1] !== "]") return {
64851 name: name,

Callers

nothing calls this directly

Calls 1

toTypedArrayFunction · 0.70

Tested by

no test coverage detected