We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Int16Array
getTypeFromAttribute()
1 parent d8621e8 commit 5d5eb01Copy full SHA for 5d5eb01
src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js
@@ -476,7 +476,7 @@ ${ flowData.code }
476
477
const array = dataAttribute.array;
478
479
- if ( ( array instanceof Uint32Array || array instanceof Int32Array || array instanceof Int16Array ) === false ) {
+ if ( ( array instanceof Uint32Array || array instanceof Int32Array ) === false ) {
480
481
nodeType = nodeType.slice( 1 );
482
0 commit comments