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

Function toFloatArray

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

Source from the content-addressed store, hash-verified

64838 return result;
64839}
64840function toFloatArray(value, uniformLength) {
64841 return toTypedArray(value, uniformLength, Float32Array, FLOAT_ARRAY);
64842}
64843function toIntArray(value, uniformLength) {
64844 return toTypedArray(value, uniformLength, Int32Array, INT_ARRAY);
64845}

Callers

nothing calls this directly

Calls 1

toTypedArrayFunction · 0.70

Tested by

no test coverage detected