Kaynağa Gözat

Add attributeDivisors to state

Ben Adams 10 yıl önce
ebeveyn
işleme
c6c305a39d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/renderers/webgl/WebGLState.js

+ 1 - 0
src/renderers/webgl/WebGLState.js

@@ -8,6 +8,7 @@ THREE.WebGLState = function ( gl, extensions, paramThreeToGL ) {
 
 	var newAttributes = new Uint8Array( 16 );
 	var enabledAttributes = new Uint8Array( 16 );
+	var attributeDivisors = new Uint8Array( 16 );
 
 	var capabilities = {};
 

粤ICP备19079148号