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

Function toFloatArray

docs/tests/v2/es6/js/sanddance.js:12182–12184  ·  view source on GitHub ↗
(value, uniformLength)

Source from the content-addressed store, hash-verified

12180}
12181
12182function toFloatArray(value, uniformLength) {
12183 return toTypedArray(value, uniformLength, Float32Array, FLOAT_ARRAY);
12184}
12185
12186function toIntArray(value, uniformLength) {
12187 return toTypedArray(value, uniformLength, Int32Array, INT_ARRAY);

Callers 1

sanddance.jsFile · 0.70

Calls 1

toTypedArrayFunction · 0.70

Tested by

no test coverage detected