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