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

Function toIntArray

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

Source from the content-addressed store, hash-verified

64841 return toTypedArray(value, uniformLength, Float32Array, FLOAT_ARRAY);
64842}
64843function toIntArray(value, uniformLength) {
64844 return toTypedArray(value, uniformLength, Int32Array, INT_ARRAY);
64845}
64846function toUIntArray(value, uniformLength) {
64847 return toTypedArray(value, uniformLength, Uint32Array, UINT_ARRAY);
64848}

Callers

nothing calls this directly

Calls 1

toTypedArrayFunction · 0.70

Tested by

no test coverage detected